|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugin.pc.AbstractTypeServerPluginContainer
org.rhq.enterprise.server.plugin.pc.alert.AlertServerPluginContainer
public class AlertServerPluginContainer
Manages alert plugins.
| Constructor Summary | |
|---|---|
AlertServerPluginContainer(MasterServerPluginContainer master)
|
|
| Method Summary | |
|---|---|
protected ServerPluginManager |
createPluginManager()
This will be called when its time for this plugin container to create its plugin manager. |
ServerPluginManager |
getPluginManager()
Returns the object that manages the plugins. |
ServerPluginType |
getSupportedServerPluginType()
Each plugin container will tell the master which plugins it can support via this method; this method returns the type of plugin that the plugin container can process. |
void |
initialize()
The initialize method that prepares the plugin container. |
void |
shutdown()
The shutdown method that will stop and unload all plugins. |
void |
start()
This method informs the plugin container that all of its plugins have been loaded. |
| Methods inherited from class org.rhq.enterprise.server.plugin.pc.AbstractTypeServerPluginContainer |
|---|
getLog, getMasterServerPluginContainer, loadPlugin, reloadPlugin, scheduleAllPluginJobs, scheduleJob, schedulePluginJobs, stop, unloadPlugin, unschedulePluginJobs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlertServerPluginContainer(MasterServerPluginContainer master)
| Method Detail |
|---|
public ServerPluginType getSupportedServerPluginType()
AbstractTypeServerPluginContainer
getSupportedServerPluginType in class AbstractTypeServerPluginContainerpublic ServerPluginManager getPluginManager()
AbstractTypeServerPluginContainer
getPluginManager in class AbstractTypeServerPluginContainer
public void initialize()
throws java.lang.Exception
AbstractTypeServerPluginContainer
initialize in class AbstractTypeServerPluginContainerjava.lang.Exception - if the plugin container failed to initialize for some reasonpublic void start()
AbstractTypeServerPluginContainerloaded.
start in class AbstractTypeServerPluginContainerpublic void shutdown()
AbstractTypeServerPluginContainer
shutdown in class AbstractTypeServerPluginContainerprotected ServerPluginManager createPluginManager()
AbstractTypeServerPluginContainer
createPluginManager in class AbstractTypeServerPluginContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||