Interface JVM

  • All Superinterfaces:
    org.glassfish.admin.amx.core.AMX_SPI, org.glassfish.admin.amx.core.AMXProxy, J2EEManagedObject

    @AMXMBeanMetadata(type="JVM",
                      leaf=true,
                      singleton=true)
    public interface JVM
    extends J2EEManagedObject
    Identifies a Java VM being utilized by a server.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getjavaVendor()
      Note that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77.
      String getjavaVersion()
      Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77.
      String getnode()
      Note that the Attribute name is case-sensitive "node" as defined by JSR 77.
      • Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI

        getChildren, getName, getParent
      • Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy

        as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
    • Method Detail

      • getjavaVendor

        @ManagedAttribute
        String getjavaVendor()
        Note that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77.
      • getjavaVersion

        @ManagedAttribute
        String getjavaVersion()
        Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77.
      • getnode

        @ManagedAttribute
        String getnode()
        Note that the Attribute name is case-sensitive "node" as defined by JSR 77.
        Returns:
        the fully-qualified hostname