|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedEntityValue | |
com.sun.management.oss | This package is the standard javax.oss package ported into the J2SE environment. |
com.sun.management.oss.impl.factory.measurement | This package contains the measurement job factory MBean. |
com.sun.management.oss.impl.factory.opstatus | This package contains the operational status 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. |
com.sun.management.oss.pm.opstatus | This package refers to systems capabilities to read operational status of observed managed object(s) (MBeans) and to produce status reports when status changes occur. |
Uses of ManagedEntityValue in com.sun.management.oss |
Methods in com.sun.management.oss that return ManagedEntityValue | |
ManagedEntityValue[] |
ManagedEntityValueIterator.getNext(int howMany)
Retrieve the next available values. |
ManagedEntityValue |
JVTSession.makeManagedEntityValue(java.lang.String valueType)
Create a Value Type object for a specific Managed Entity type. |
Uses of ManagedEntityValue in com.sun.management.oss.impl.factory.measurement |
Methods in com.sun.management.oss.impl.factory.measurement that return ManagedEntityValue | |
ManagedEntityValue |
JmxJVTPerformanceMonitorSession.makeManagedEntityValue(java.lang.String valueType)
See JVTSession.makeManagedEntityValue(String valueType) .
|
Uses of ManagedEntityValue in com.sun.management.oss.impl.factory.opstatus |
Methods in com.sun.management.oss.impl.factory.opstatus that return ManagedEntityValue | |
ManagedEntityValue |
JmxJVTOperationalStatusMonitorSession.makeManagedEntityValue(java.lang.String valueType)
|
Uses of ManagedEntityValue in com.sun.management.oss.pm.measurement |
Subinterfaces of ManagedEntityValue 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. |
interface |
PerformanceMonitorValue
This interface is the base value representation of a measurement job. |
Uses of ManagedEntityValue in com.sun.management.oss.pm.opstatus |
Subinterfaces of ManagedEntityValue in com.sun.management.oss.pm.opstatus | |
interface |
OperationalStatusMonitorByClassesValue
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 |
OperationalStatusMonitorByObjectsValue
This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances. |
interface |
OperationalStatusMonitorValue
This interface is the base value representation of a measurement job. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |