com.ibm.websphere.management.j2ee

Class J2EEModule

    • Constructor Detail

      • J2EEModule

        public J2EEModule(javax.management.ObjectName objectName,
                          javax.management.ObjectName serverObjectName,
                          javax.management.ObjectName javaVMObjectName)
    • 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 interface J2EEModuleMBean