com.sun.appserv.management.j2ee
Interface JVM
- All Superinterfaces:
- AMX, AMXMBeanLogging, ConfigProvider, J2EEManagedObject, NotificationBroadcaster, NotificationEmitter
- public interface JVM
- extends J2EEManagedObject
Identifies a Java VM being utilized by a server.
Field Summary |
static java.lang.String |
J2EE_TYPE
|
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. |
J2EE_TYPE
public static final java.lang.String J2EE_TYPE
- See Also:
- Constant Field Values
getjavaVendor
public java.lang.String getjavaVendor()
- Note that the Attribute name is case-sensitive
"javaVendor" as defined by JSR 77.
getjavaVersion
public java.lang.String getjavaVersion()
- Note that the Attribute name is case-sensitive
"javaVersion" as defined by JSR 77.
getnode
public java.lang.String getnode()
- Note that the Attribute name is case-sensitive
"node" as defined by JSR 77.
- Returns:
- the fully-qualified hostname
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.