Class J2EEModule
java.lang.Object
com.ibm.websphere.management.j2ee.J2EEManagedObject
com.ibm.websphere.management.j2ee.J2EEDeployedObject
com.ibm.websphere.management.j2ee.J2EEModule
- All Implemented Interfaces:
- J2EEDeployedObjectMBean,- J2EEManagedObjectMBean,- J2EEModuleMBean
- 
Constructor SummaryConstructorsConstructorDescriptionJ2EEModule(ObjectName objectName, ObjectName serverObjectName, ObjectName javaVMObjectName) 
- 
Method SummaryModifier and TypeMethodDescriptionString[]Identifies the Java virtual machines on which this module is running.Methods inherited from class com.ibm.websphere.management.j2ee.J2EEDeployedObjectgetdeploymentDescriptor, getserverMethods inherited from class com.ibm.websphere.management.j2ee.J2EEManagedObjectgetobjectName, iseventProvider, isstateManageable, isstatisticsProviderMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ibm.websphere.management.j2ee.J2EEDeployedObjectMBeangetdeploymentDescriptor, getserverMethods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Constructor Details- 
J2EEModule
 
- 
- 
Method Details- 
getjavaVMsDescription copied from interface:J2EEModuleMBeanIdentifies the Java virtual machines on which this module is running. For each JVM on which this module has running threads there must be one JVM OBJECT_NAME in the javaVMs list that identifies it. Each OBJECT_NAME in the J2EEModule javaVMs list must match one of the Java VM names in the javaVMs attribute of the J2EEServer on which this module is deployed.- Specified by:
- getjavaVMsin interface- J2EEModuleMBean
 
 
-