|
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 | ||||||||
java.lang.Object
oracle.ovs.api.PluginManagementImpl
public class PluginManagementImpl
Refer to PluginManagement
| Constructor Summary | |
|---|---|
PluginManagementImpl() |
|
| 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() |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginManagementImpl()
| Method Detail |
|---|
public void preparePlugin()
PluginManagementpreparePlugin in interface PluginManagementpublic void preparePlugin(boolean autoStartDaemons)
PluginManagementpreparePlugin in interface PluginManagementautoStartDaemons - whether start the internal service daemons in this functionpublic void pareparePlugin()
pareparePlugin in interface PluginManagementpublic void disposePlugin()
PluginManagementdisposePlugin in interface PluginManagementpublic void setThreadConnection(java.sql.Connection conn)
PluginManagementsetThreadConnection in interface PluginManagementconn - the database connection for the plugin to usepublic void freeThreadConnection()
PluginManagementfreeThreadConnection in interface PluginManagementpublic oracle.ovs.daemon.DaemonManager getDaemonManager()
PluginManagementgetDaemonManager in interface PluginManagement
|
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 | ||||||||