Interface J2EEModuleMBean
-
- All Superinterfaces:
J2EEDeployedObjectMBean
,J2EEManagedObjectMBean
- All Known Subinterfaces:
AppClientModuleMBean
,EJBModuleMBean
,ResourceAdapterModuleMBean
,WebModuleMBean
- All Known Implementing Classes:
J2EEModule
public interface J2EEModuleMBean extends J2EEDeployedObjectMBean
The J2EEModule model is the base model for all of the J2EE Module types. Managed objects that implement the J2EEModule model represent EAR, JAR, WAR and RAR files that have been deployed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getjavaVMs()
Identifies the Java virtual machines on which this module is running.-
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
java.lang.String[] getjavaVMs()
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.
-
-