Attribute Summary | |
java.lang.String | heapSize |
java.lang.String | freeMemory |
java.lang.String | javaVendor |
java.lang.String | javaVersion |
java.lang.String | node |
com.ibm.websphere.management.statistics.Stats | stats |
Operation Summary | |
void | dumpThreads() Dump the threads for this JVM |
java.lang.String | getProperty( Gets the system property indicated by the specified key, the same as calling System. |
java.lang.String | getIPAddress( Returns the IP address of the given host, or null if the host is unknown. |
long | getCurrentTimeInMillis() Gets the current system time in milliseconds, the same as calling System. |
Attribute Detail |
public java.lang.String heapSize
public java.lang.String freeMemory
public java.lang.String javaVendor
public java.lang.String javaVersion
public java.lang.String node
public com.ibm.websphere.management.statistics.Stats stats
Operation Detail |
public void dumpThreads()
public java.lang.String getProperty(java.lang.String key
)
key
-
the name of the system property
public java.lang.String getIPAddress(java.lang.String hostname
)
hostname
-
name of the host to lookup
public long getCurrentTimeInMillis()