|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PluginManagement
To manage the whole plugin and set or get some plugin-scope properties
| Method Summary | |
|---|---|
void |
disposePlugin()To dispose the plugin to release the resource and stop some jobs, call it after finish using the plugin |
void |
freeThreadConnection()To release database connection object that plugin threads used |
oracle.ovs.daemon.DaemonManager |
getDaemonManager()To return the DaemonManager instance of this plugin for further control upon the internal daemons |
void |
pareparePlugin()Deprecated. To prepare this plugin, some essential works are being done inside this function, call it firstly when use this plugin |
void |
preparePlugin()To prepare this plugin, some essential works are being done inside this function, call it firstly when use the plugin |
void |
preparePlugin(boolean autoStartDaemons)To prepare this plugin, some essential works are being done inside this function, call it firstly when use this plugin |
void |
setThreadConnection(java.sql.Connection conn)To set database connection object for the plugin threads |
| Method Detail |
|---|
void preparePlugin()
void preparePlugin(boolean autoStartDaemons)
autoStartDaemons - whether start the internal service daemons in this functionvoid pareparePlugin()
void disposePlugin()
void setThreadConnection(java.sql.Connection conn)
conn - the database connection for the plugin to usevoid freeThreadConnection()
oracle.ovs.daemon.DaemonManager getDaemonManager()
|
Oracle VM Manager Web Services API Reference Release 2.1.5 E14979-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||