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
public abstract class J2EEModule extends J2EEDeployedObject implements J2EEModuleMBean
-
-
Constructor Summary
Constructors Constructor Description J2EEModule(javax.management.ObjectName objectName, javax.management.ObjectName serverObjectName, javax.management.ObjectName javaVMObjectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getjavaVMs()
Identifies the Java virtual machines on which this module is running.-
Methods inherited from class com.ibm.websphere.management.j2ee.J2EEDeployedObject
getdeploymentDescriptor, getserver
-
Methods inherited from class com.ibm.websphere.management.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEDeployedObjectMBean
getdeploymentDescriptor, getserver
-
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
-
-
-
Method Detail
-
getjavaVMs
public java.lang.String[] getjavaVMs()
Description copied from interface:J2EEModuleMBean
Identifies 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:
getjavaVMs
in interfaceJ2EEModuleMBean
-
-