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
 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.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
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


Copyright © 2012. All Rights Reserved.