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 Details

    • getjavaVMs

      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.