org.glassfish.admin.amx.j2ee
Interface JVM

All Superinterfaces:
AMX_SPI, 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
 java.lang.String getjavaVendor()
          Note that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77.
 java.lang.String getjavaVersion()
          Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77.
 java.lang.String getnode()
          Note that the Attribute name is case-sensitive "node" as defined by JSR 77.
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
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
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 

Method Detail

getjavaVendor

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


getjavaVersion

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


getnode

@ManagedAttribute
java.lang.String getnode()
Note that the Attribute name is case-sensitive "node" as defined by JSR 77.

Returns:
the fully-qualified hostname


Copyright © 2012 GlassFish Community. All Rights Reserved.