Uses of Interface
com.sun.enterprise.admin.monitor.stats.StringStatistic
Packages that use StringStatistic
Package
Description
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
-
Uses of StringStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement StringStatisticModifier and TypeClassDescriptionfinal classA basic implementation of the StringStatistic Interface.Methods in com.sun.enterprise.admin.monitor.stats that return StringStatisticModifier and TypeMethodDescriptionGFJTAStats.getActiveIds()Returns the IDs of the transactions that are currently active, as a StrignStatistic.JVMThreadStats.getAllThreadIds()Returns a comma separated list of all live thread idsJVMOperatingSystemStats.getArch()Returns the operating system architectureJVMRuntimeStats.getBootClasspath()Returns the classpath that is used by the bootstrap class loader to search for class filesJVMRuntimeStats.getClassPath()Returns the classpath that is used by the system class loader to search for class filesPWCVirtualServerStats.getHosts()Returns the hosts related to this virtual serverPWCConnectionQueueStats.getId()Gets the ID of the connection queuePWCThreadPoolStats.getId()Returns the thread pool IdPWCVirtualServerStats.getId()Returns the virtual server IDPWCHttpServiceStats.getID()Returns HttpService IdJVMRuntimeStats.getInputArguments()Returns the input arguments passed to the JVM.PWCVirtualServerStats.getInterfaces()Returns the interfaces related to this virtual serverJVMRuntimeStats.getLibraryPath()returns the Java library pathJVMThreadInfoStats.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 methodJVMThreadInfoStats.getLockOwnerName()Returns the name of the thread that holds the monitor lock of the object this thread is blocking onJVMRuntimeStats.getManagementSpecVersion()Returns the management spec version implemented by the JVMPWCRequestStats.getMethod()Gets the method of the last request serviced.PWCVirtualServerStats.getMode()Returns the current virtual server mode: unknown/activeJVMThreadStats.getMonitorDeadlockedThreads()Returns a comma separated list of thread ids that are monitor deadlockedJVMCompilationStats.getName()Returns the name of the JIT CompilerJVMOperatingSystemStats.getName()Returns the operating system nameJVMRuntimeStats.getName()Returns the name representing the running JVMWebModuleStats.getSessions()Returns comma-separated list of all sessions currently active in the web module associated with this WebModuleStats.JVMRuntimeStats.getSpecName()Returns the JVM specification nameJVMRuntimeStats.getSpecVendor()Returns the JVM specification vendorJVMRuntimeStats.getSpecVersion()Returns the JVM specification versionJVMThreadInfoStats.getStackTrace()Returns the stacktrace associated with this threadGFJTAStats.getState()Returns the current state of the transaction service as a StringStatistic.JVMThreadInfoStats.getThreadName()Returns the name of the threadJVMThreadInfoStats.getThreadState()Returns the state of the threadPWCHttpServiceStats.getTimeStarted()Returns the Time the HttpService Was StartedPWCRequestStats.getUri()Gets the URI of the last request serviced.JVMOperatingSystemStats.getVersion()Returns the operating system versionPWCHttpServiceStats.getVersionServer()Returns the HttpService VersionJVMRuntimeStats.getVmName()Returns the JVM implementation nameJVMRuntimeStats.getVmVendor()Returns the JVM implementation vendorJVMRuntimeStats.getVmVersion()Returns the JVM implementation version