|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PerformanceMonitorValue | |
com.sun.management.oss.impl.factory.measurement | This package contains the measurement job factory MBean. |
com.sun.management.oss.pm.measurement | This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment. |
Uses of PerformanceMonitorValue in com.sun.management.oss.impl.factory.measurement |
Methods in com.sun.management.oss.impl.factory.measurement that return PerformanceMonitorValue | |
PerformanceMonitorValue |
JmxJVTPerformanceMonitorSession.makePerformanceMonitorValue(java.lang.String value)
See JVTPerformanceMonitorSession.makePerformanceMonitorValue(String
value) . |
PerformanceMonitorValue |
JmxJVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey,
java.lang.String[] attributes)
See JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey, String[]
attributes) . |
Methods in com.sun.management.oss.impl.factory.measurement with parameters of type PerformanceMonitorValue | |
int[] |
JmxJVTPerformanceMonitorSession.getSupportedGranularities(PerformanceMonitorValue pmValue)
Deprecated. This method is implemented, but useless as any positive integer value will work as far as the granularity period is concerned: we do not want to limit possibilities. |
PerformanceMonitorKey |
JmxJVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
See JVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue
pmValue) .
|
PerformanceMonitorKeyResult[] |
JmxJVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
See JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[]
pmValues) . |
Uses of PerformanceMonitorValue in com.sun.management.oss.pm.measurement |
Subinterfaces of PerformanceMonitorValue in com.sun.management.oss.pm.measurement | |
interface |
PerformanceMonitorByClassesValue
This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object classes. |
interface |
PerformanceMonitorByObjectsValue
This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances. |
Methods in com.sun.management.oss.pm.measurement that return PerformanceMonitorValue | |
PerformanceMonitorValue[] |
PerformanceMonitorValueIterator.getNextPerformanceMonitors(int how_many)
Returns a list of measurement jobs. |
PerformanceMonitorValue |
JVTPerformanceMonitorSession.makePerformanceMonitorValue(java.lang.String value)
Creates a new value object for a measurement job. |
PerformanceMonitorValue |
JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey,
java.lang.String[] attributes)
Gets the attribute values of a specific measurement job. |
Methods in com.sun.management.oss.pm.measurement with parameters of type PerformanceMonitorValue | |
int[] |
JVTPerformanceMonitorSession.getSupportedGranularities(PerformanceMonitorValue pmValue)
Returns the supported granularity periods for the provided definition of a measurement job. |
PerformanceMonitorKey |
JVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
Creates a new measurement job. |
PerformanceMonitorKeyResult[] |
JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
Try to create measurement jobs. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |