org.apache.geronimo.management
Interface JVM

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
JVM
All Known Implementing Classes:
JVMImpl

public interface JVM
extends J2EEManagedObject


Method Summary
 String getJavaVendor()
          The vendor of the JVMImpl we are running on.
 String getJavaVersion()
          The version of the JVMImpl we are running on.
 String getNode()
          The node we are running on.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getJavaVersion

String getJavaVersion()
The version of the JVMImpl we are running on. This is the value of java.version system property

Returns:
the JVMImpl version
See Also:
"JSR77.3.4.1.1"

getJavaVendor

String getJavaVendor()
The vendor of the JVMImpl we are running on. This is the value of java.vendor system property

Returns:
the JVMImpl version
See Also:
"JSR77.3.4.1.2"

getNode

String getNode()
The node we are running on. This is the fully qualified host name returned for InetAddress.getLocalHost.toString(); we return null if there is no network

Returns:
the node we are running on
See Also:
"JSR77.3.4.1.3"


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.