Class J2EEModule

All Implemented Interfaces:
J2EEDeployedObjectMBean, J2EEManagedObjectMBean, J2EEModuleMBean

public abstract class J2EEModule extends J2EEDeployedObject implements J2EEModuleMBean
  • Constructor Details

  • Method Details

    • getjavaVMs

      public 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 interface J2EEModuleMBean