|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.pc.PluginContainerMBeanImpl
public class PluginContainerMBeanImpl
The management interface implementation for the PluginContainer itself.
| Field Summary |
|---|
| Fields inherited from interface org.rhq.core.pc.PluginContainerMBeanImplMBean |
|---|
OBJECT_NAME |
| Constructor Summary | |
|---|---|
PluginContainerMBeanImpl(PluginContainer pc)
|
|
| Method Summary | |
|---|---|
String |
executeDiscovery(Boolean detailedDiscovery)
Tells the PC to perform a manual discovery. |
int |
getNumberOfDiscoveryClassLoaders()
Returns the number of classloaders assigned to plugins' discovery components. |
int |
getNumberOfPluginClassLoaders()
Returns the number of classloaders assigned to a plugin. |
int |
getNumberOfResourceClassLoaders()
Returns the number of classloaders assigned to individual resources. |
void |
register()
|
OperationResult |
retrieveAllResourceClassLoaderInformation()
Retrieves information on all created and assigned resource classloaders. |
OperationResult |
retrieveDiscoveryClassLoaderInformation()
Retrieves information on all created discovery classloaders. |
OperationResult |
retrievePluginClassLoaderInformation()
Retrieves information on all created and assigned plugin classloaders. |
OperationResult |
retrievePluginDependencyGraph()
Retrieves the plugin dependency information, show you the order in which the plugins are deployed and the plugins they depend on. |
OperationResult |
retrieveUniqueResourceClassLoaderInformation()
Retrieves information on all unique resource classloaders. |
void |
unregister()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginContainerMBeanImpl(PluginContainer pc)
| Method Detail |
|---|
public void register()
public void unregister()
public String executeDiscovery(Boolean detailedDiscovery)
PluginContainerMBeanImplMBean
executeDiscovery in interface PluginContainerMBeanImplMBeandetailedDiscovery - if true, will perform a "service scan" immediately after the "server scan".
public OperationResult retrievePluginDependencyGraph()
PluginContainerMBeanImplMBean
retrievePluginDependencyGraph in interface PluginContainerMBeanImplMBeanpublic OperationResult retrievePluginClassLoaderInformation()
PluginContainerMBeanImplMBean
retrievePluginClassLoaderInformation in interface PluginContainerMBeanImplMBeanpublic OperationResult retrieveDiscoveryClassLoaderInformation()
PluginContainerMBeanImplMBean
retrieveDiscoveryClassLoaderInformation in interface PluginContainerMBeanImplMBeanpublic OperationResult retrieveAllResourceClassLoaderInformation()
PluginContainerMBeanImplMBean
retrieveAllResourceClassLoaderInformation in interface PluginContainerMBeanImplMBeanpublic OperationResult retrieveUniqueResourceClassLoaderInformation()
PluginContainerMBeanImplMBean
retrieveUniqueResourceClassLoaderInformation in interface PluginContainerMBeanImplMBeanpublic int getNumberOfPluginClassLoaders()
PluginContainerMBeanImplMBean
getNumberOfPluginClassLoaders in interface PluginContainerMBeanImplMBeanpublic int getNumberOfDiscoveryClassLoaders()
PluginContainerMBeanImplMBean
getNumberOfDiscoveryClassLoaders in interface PluginContainerMBeanImplMBeanpublic int getNumberOfResourceClassLoaders()
PluginContainerMBeanImplMBean
getNumberOfResourceClassLoaders in interface PluginContainerMBeanImplMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||