Attribute Summary | |
java.lang.String[] | javaVMs javaVMs |
int | classLoaderDepth Number of classloaders in this module's classloading hierarchy |
Attributes inherited from MBean DeployedObject |
name , deploymentDescriptor , javaVersion , javaVendor |
Operation Summary | |
java.lang.String | getClassLoaderInfo( Information about classloaders for this module |
java.lang.String | getClassLoaderInfo( Information about classloaders for this module |
Notification Summary | |
j2ee.state.starting This module is being started | |
j2ee.state.running This module is now running | |
j2ee.state.stopping This module is stopping | |
j2ee.state.stopped This module is now stopped |
Attribute Detail |
public java.lang.String[] javaVMs
public int classLoaderDepth
Operation Detail |
public java.lang.String getClassLoaderInfo(int level,
boolean atDepthOnly,
boolean showClasses,
boolean showCodeSource
)
level
-
the level of the classloader information to return. 0 = the first classloader that will be checked when loading classes, getClassLoaderDepth()-1 = the last classloader that will be checked.atDepthOnly
-
if true, then only the classloader information at the specified level will be returned. if false, all levels between 0 and level will be returned.showClasses
-
if true, then loaded classes will be returnedshowCodeSource
-
if true and showClassees is true, then the codeSource for each class will be returned
public java.lang.String getClassLoaderInfo(int level,
boolean atDepthOnly,
boolean showClasses,
boolean showCodeSource,
boolean showDelegation,
boolean showHierarchy,
boolean showModules,
boolean showDepth
)
level
-
the level of the classloader information to return. 0 = the first classloader that will be checked when loading classes, getClassLoaderDepth()-1 = the last classloader that will be checked.atDepthOnly
-
if true, then only the classloader information at the specified level will be returned. if false, all levels between 0 and level will be returned.showClasses
-
if true, then loaded classes will be returnedshowCodeSource
-
if true and showClassees is true, then the codeSource for each class will be returnedshowDelegation
-
if the the delegation hierachy will be show as opposed to standard viewshowHierarchy
-
if true this will return hierchical xml fileshowModules
-
if true then all modules with visablity to a classloader will be returned as an attributeshowDepth
-
if true then the classloader depth will be returned as a nodeNotification Detail |