|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryValue | |
com.sun.management.oss | This package is the standard javax.oss package ported into the J2SE environment. |
com.sun.management.oss.impl | This package contains the implementations of the interfaces defined in the com.sun.management.oss package. |
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.impl.pm.measurement | This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.measurement package. |
com.sun.management.oss.impl.pm.opstatus | This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. |
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. |
com.sun.mfwk.cli |
Uses of QueryValue in com.sun.management.oss |
Methods in com.sun.management.oss that return QueryValue | |
QueryValue |
JVTSession.makeQueryValue(java.lang.String type)
Create a QueryValue Instance matching a Query type name. |
Methods in com.sun.management.oss with parameters of type QueryValue | |
ManagedEntityValueIterator |
JVTSession.queryManagedEntities(QueryValue query,
java.lang.String[] attributeNames)
Query multiple Managed Entities using a QueryValue. |
Uses of QueryValue in com.sun.management.oss.impl |
Classes in com.sun.management.oss.impl that implement QueryValue | |
class |
QueryValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
Uses of QueryValue in com.sun.management.oss.impl.factory.measurement |
Methods in com.sun.management.oss.impl.factory.measurement that return QueryValue | |
QueryValue |
JmxJVTPerformanceMonitorSession.makeQueryValue(java.lang.String type)
See JVTSession.makeQueryValue(String type) .
|
Methods in com.sun.management.oss.impl.factory.measurement with parameters of type QueryValue | |
PerformanceMonitorValueIterator |
JmxJVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query,
java.lang.String[] attrNames)
See JVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query , String[]
attrNames) .
|
ManagedEntityValueIterator |
JmxJVTPerformanceMonitorSession.queryManagedEntities(QueryValue query,
java.lang.String[] attrNames)
See JVTSession.queryManagedEntities(QueryValue query, String[]
attrNames) .
|
Uses of QueryValue in com.sun.management.oss.impl.factory.opstatus |
Methods in com.sun.management.oss.impl.factory.opstatus that return QueryValue | |
QueryValue |
JmxJVTOperationalStatusMonitorSession.makeQueryValue(java.lang.String type)
|
Methods in com.sun.management.oss.impl.factory.opstatus with parameters of type QueryValue | |
OperationalStatusMonitorValueIterator |
JmxJVTOperationalStatusMonitorSession.queryOperationalStatusMonitors(QueryValue query,
java.lang.String[] attrNames)
|
ManagedEntityValueIterator |
JmxJVTOperationalStatusMonitorSession.queryManagedEntities(QueryValue query,
java.lang.String[] attrNames)
|
Uses of QueryValue in com.sun.management.oss.impl.pm.measurement |
Classes in com.sun.management.oss.impl.pm.measurement that implement QueryValue | |
class |
PmQueryValueImpl
Title: Description: Copyright: Copyright (c) 2002 Company: |
class |
QueryPerformanceMonitorValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
Uses of QueryValue in com.sun.management.oss.impl.pm.opstatus |
Classes in com.sun.management.oss.impl.pm.opstatus that implement QueryValue | |
class |
QueryByDNValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
class |
QueryOperationalStatusMonitorValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
Uses of QueryValue in com.sun.management.oss.pm.measurement |
Subinterfaces of QueryValue in com.sun.management.oss.pm.measurement | |
interface |
QueryPerformanceMonitorValue
This interface represents the attributes of a measurement job that can be used to make queries for measurement jobs. |
Methods in com.sun.management.oss.pm.measurement with parameters of type QueryValue | |
PerformanceMonitorValueIterator |
JVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query,
java.lang.String[] attrNames)
Queries for multiple measurement jobs using a query value instance. |
Uses of QueryValue in com.sun.management.oss.pm.opstatus |
Subinterfaces of QueryValue in com.sun.management.oss.pm.opstatus | |
interface |
QueryByDNValue
This interface is used to query for measurement jobs by specifying distinguished names. |
interface |
QueryOperationalStatusMonitorValue
This interface represents the attributes of a measurement job that can be used to make queries for measurement jobs. |
Methods in com.sun.management.oss.pm.opstatus with parameters of type QueryValue | |
OperationalStatusMonitorValueIterator |
JVTOperationalStatusMonitorSession.queryOperationalStatusMonitors(QueryValue query,
java.lang.String[] attrNames)
Queries for multiple measurement jobs using a query value instance. |
Uses of QueryValue in com.sun.mfwk.cli |
Methods in com.sun.mfwk.cli that return QueryValue | |
QueryValue |
MfCliPmOpStatusSessionProxy.makeQueryValue(java.lang.String type)
|
QueryValue |
MfCliPmPerfJobSessionProxy.makeQueryValue(java.lang.String type)
|
Methods in com.sun.mfwk.cli with parameters of type QueryValue | |
OperationalStatusMonitorValueIterator |
MfCliPmOpStatusSessionProxy.queryOperationalStatusMonitors(QueryValue query,
java.lang.String[] attrNames)
|
PerformanceMonitorValueIterator |
MfCliPmPerfJobSessionProxy.queryPerformanceMonitors(QueryValue query,
java.lang.String[] attrNames)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |