|
|||||||||||
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.impl.job.measurement | This package contains the implementation of the measurement jobs. |
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.measurement.xml | This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.measurement. |
com.sun.management.oss.pm.measurement | This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment. |
com.sun.mfwk.cli |
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.impl.job.measurement |
Methods in com.sun.management.oss.impl.job.measurement that return PerformanceMonitorValue | |
PerformanceMonitorValue |
PerformanceMonitorJob.getPerformanceMonitorValue()
|
Constructors in com.sun.management.oss.impl.job.measurement with parameters of type PerformanceMonitorValue | |
PerformanceMonitorJob(JmxJVTPerformanceMonitorSession jvtPerfSession,
PerformanceMonitorValue pmValue,
ReportInformation reportInformation,
PerformanceGenericModel perfGenericModel,
javax.management.MBeanServer server,
java.util.Properties properties)
|
Uses of PerformanceMonitorValue in com.sun.management.oss.impl.pm.measurement |
Classes in com.sun.management.oss.impl.pm.measurement that implement PerformanceMonitorValue | |
class |
PerformanceMonitorByClassesValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
class |
PerformanceMonitorByObjectsValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
class |
PerformanceMonitorValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
Methods in com.sun.management.oss.impl.pm.measurement that return PerformanceMonitorValue | |
PerformanceMonitorValue[] |
PerformanceMonitorValueIteratorImpl.getNextPerformanceMonitors(int how_many)
|
Constructors in com.sun.management.oss.impl.pm.measurement with parameters of type PerformanceMonitorValue | |
PerformanceMonitorValueIteratorImpl(PerformanceMonitorValue[] measurementJobs)
|
Uses of PerformanceMonitorValue in com.sun.management.oss.impl.pm.measurement.xml |
Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type PerformanceMonitorValue | |
static java.lang.String |
PerformanceMonitorValueXmlTranslator.toXml(PerformanceMonitorValue performValue,
java.lang.String elementName)
|
static void |
PerformanceMonitorValueXmlTranslator.fromXmlNoRoot(org.jdom.Element element,
PerformanceMonitorValue performValue)
|
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. |
Uses of PerformanceMonitorValue in com.sun.mfwk.cli |
Methods in com.sun.mfwk.cli that return PerformanceMonitorValue | |
PerformanceMonitorValue |
MfCliPerfJobModule.findPerfJobByName(java.lang.String jobname)
|
PerformanceMonitorValue |
MfCliPmPerfJobSessionProxy.makePerformanceMonitorValue(java.lang.String value)
|
Methods in com.sun.mfwk.cli with parameters of type PerformanceMonitorValue | |
java.lang.String |
MfCliPerfJobModule.getPerfJobStateString(PerformanceMonitorValue pmv)
|
java.lang.String |
MfCliPerfJobModule.getPerfJobReportByEventString(PerformanceMonitorValue pmv)
|
java.lang.String |
MfCliPerfJobModule.getPerfJobReportByFileString(PerformanceMonitorValue pmv)
|
java.lang.String |
MfCliPerfJobModule.getPerfJobReportFormatString(PerformanceMonitorValue pmv)
|
java.lang.String |
MfCliPerfJobModule.getPerfJobScheduleString(PerformanceMonitorValue pmv)
|
PerformanceMonitorKey |
MfCliPmPerfJobSessionProxy.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |