| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.stats |
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringStatisticImpl
A basic implementation of the StringStatistic Interface.
|
| Modifier and Type | Method and Description |
|---|---|
StringStatistic |
GFJTAStats.getActiveIds()
Returns the IDs of the transactions that are currently active, as a StrignStatistic.
|
StringStatistic |
JVMThreadStats.getAllThreadIds()
Returns a comma separated list of all live thread ids
|
StringStatistic |
JVMOperatingSystemStats.getArch()
Returns the operating system architecture
|
StringStatistic |
JVMRuntimeStats.getBootClasspath()
Returns the classpath that is used by the bootstrap class loader
to search for class files
|
StringStatistic |
JVMRuntimeStats.getClassPath()
Returns the classpath that is used by the system class loader
to search for class files
|
StringStatistic |
PWCVirtualServerStats.getHosts()
Returns the hosts related to this virtual server
|
StringStatistic |
PWCConnectionQueueStats.getId()
Gets the ID of the connection queue
|
StringStatistic |
PWCVirtualServerStats.getId()
Returns the virtual server ID
|
StringStatistic |
PWCThreadPoolStats.getId()
Returns the thread pool Id
|
StringStatistic |
PWCHttpServiceStats.getID()
Returns HttpService Id
|
StringStatistic |
JVMRuntimeStats.getInputArguments()
Returns the input arguments passed to the JVM.
|
StringStatistic |
PWCVirtualServerStats.getInterfaces()
Returns the interfaces related to this virtual server
|
StringStatistic |
JVMRuntimeStats.getLibraryPath()
returns the Java library path
|
StringStatistic |
JVMThreadInfoStats.getLockName()
Returns the string representation of the monitor lock that the thread
is blocked to enter or waiting to be notified through
the Object.wait method
|
StringStatistic |
JVMThreadInfoStats.getLockOwnerName()
Returns the name of the thread that holds the monitor lock of the
object this thread is blocking on
|
StringStatistic |
JVMRuntimeStats.getManagementSpecVersion()
Returns the management spec version implemented by the
JVM
|
StringStatistic |
PWCRequestStats.getMethod()
Gets the method of the last request serviced.
|
StringStatistic |
PWCVirtualServerStats.getMode()
Returns the current virtual server mode:
unknown/active
|
StringStatistic |
JVMThreadStats.getMonitorDeadlockedThreads()
Returns a comma separated list of thread ids that are
monitor deadlocked
|
StringStatistic |
JVMRuntimeStats.getName()
Returns the name representing the running JVM
|
StringStatistic |
JVMOperatingSystemStats.getName()
Returns the operating system name
|
StringStatistic |
JVMCompilationStats.getName()
Returns the name of the JIT Compiler
|
StringStatistic |
WebModuleStats.getSessions()
Returns comma-separated list of all sessions currently active in the web
module associated with this WebModuleStats.
|
StringStatistic |
JVMRuntimeStats.getSpecName()
Returns the JVM specification name
|
StringStatistic |
JVMRuntimeStats.getSpecVendor()
Returns the JVM specification vendor
|
StringStatistic |
JVMRuntimeStats.getSpecVersion()
Returns the JVM specification version
|
StringStatistic |
JVMThreadInfoStats.getStackTrace()
Returns the stacktrace associated with this thread
|
StringStatistic |
GFJTAStats.getState()
Returns the current state of the transaction service as a StringStatistic.
|
StringStatistic |
JVMThreadInfoStats.getThreadName()
Returns the name of the thread
|
StringStatistic |
JVMThreadInfoStats.getThreadState()
Returns the state of the thread
|
StringStatistic |
PWCHttpServiceStats.getTimeStarted()
Returns the Time the HttpService Was Started
|
StringStatistic |
PWCRequestStats.getUri()
Gets the URI of the last request serviced.
|
StringStatistic |
JVMOperatingSystemStats.getVersion()
Returns the operating system version
|
StringStatistic |
PWCHttpServiceStats.getVersionServer()
Returns the HttpService Version
|
StringStatistic |
JVMRuntimeStats.getVmName()
Returns the JVM implementation name
|
StringStatistic |
JVMRuntimeStats.getVmVendor()
Returns the JVM implementation vendor
|
StringStatistic |
JVMRuntimeStats.getVmVersion()
Returns the JVM implementation version
|
Copyright © 2015. All rights reserved.