| |
|
| java.lang.Object org.apache.beehive.controls.system.jdbc.JdbcControlImpl
_connectionDataSource | protected transient ConnectionDataSource _connectionDataSource(Code) | | |
_connectionDriver | protected transient ConnectionDriver _connectionDriver(Code) | | |
_xmlObjectClass | protected static Class> _xmlObjectClass(Code) | | |
JdbcControlImpl | public JdbcControlImpl()(Code) | | Constructor
|
getConnection | public Connection getConnection() throws SQLException(Code) | | Returns a database connection to the server associated with the control.
The connection type is specified by a ConnectionDataSource or ConnectionDriver annotation on the control class
which extends this control.
It is typically not necessary to call this method when using the control.
|
invoke | public Object invoke(Method method, Object[] args) throws Throwable(Code) | | Called by the Controls runtime to handle calls to methods of an extensible control.
Parameters: method - The extended operation that was called. Parameters: args - Parameters of the operation. The value that should be returned by the operation. throws: Throwable - any exception declared on the extended operation may bethrown. If a checked exception is thrown from the implementation that is not declaredon the original interface, it will be wrapped in a ControlException. |
onAquire | public void onAquire()(Code) | | Invoked by the controls runtime when a new instance of this class is aquired by the runtime
|
onRelease | public void onRelease()(Code) | | Invoked by the controls runtime when an instance of this class is released by the runtime
|
setDataSourceCalendar | public void setDataSourceCalendar(Calendar cal)(Code) | | Sets the
Calendar used when working with time/date types
|
|
|
|