|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginContainerMBeanImplMBean
The management interface for the PluginContainer itself.
| Field Summary | |
|---|---|
static String |
OBJECT_NAME
|
| 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. |
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. |
| Field Detail |
|---|
static final String OBJECT_NAME
| Method Detail |
|---|
String executeDiscovery(Boolean detailedDiscovery)
detailedDiscovery - if true, will perform a "service scan" immediately after the "server scan".
OperationResult retrievePluginDependencyGraph()
OperationResult retrievePluginClassLoaderInformation()
OperationResult retrieveDiscoveryClassLoaderInformation()
OperationResult retrieveAllResourceClassLoaderInformation()
OperationResult retrieveUniqueResourceClassLoaderInformation()
int getNumberOfPluginClassLoaders()
int getNumberOfDiscoveryClassLoaders()
int getNumberOfResourceClassLoaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||