Package org.glassfish.admin.amx.j2ee
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
Modifier and TypeMethodDescriptionNote that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77.Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77.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, getParentMethods 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, validMethods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getjavaVendor
Note that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77. -
getjavaVersion
Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77. -
getnode
Note that the Attribute name is case-sensitive "node" as defined by JSR 77.- Returns:
- the fully-qualified hostname
-