WebSphere:*,type=Module,j2eeType=J2EEModule
ResourceInstanceIdentifier:
MBean Module
Management interface for the parent of all application modules.
Attribute Summary | |
java.lang.String[] | javaVMs javaVMs |
int | classLoaderDepth Number of classloaders in this module's classloading hierarchy |
Attributes inherited from MBean DeployedObject |
server , deploymentDescriptor , name , javaVersion , javaVendor |
Attributes inherited from MBean J2EEManagedObject |
objectName , stateManageable , statisticsProvider , eventProvider |
Attributes inherited from MBean EventProvider |
eventTypes |
Operation Summary | |
java.lang.String | getClassLoaderInfo( Information about classloaders for this module |
java.lang.String | getClassLoaderInfo( Information about classloaders for this module |
Notifications inherited from MBean Stateful |
j2ee.state.starting , j2ee.state.running , j2ee.state.stopping , j2ee.state.stopped , j2ee.state.failed |
Attributes inherited from MBean EventProvider |
j2ee.attribute.changed |
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 node