Uses of Interface
com.sun.management.oss.pm.measurement.PerformanceMonitorKey

Packages that use PerformanceMonitorKey
com.sun.management.oss.impl.factory.measurement This package contains the measurement 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.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 PerformanceMonitorKey in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that return PerformanceMonitorKey
 PerformanceMonitorKey JmxJVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
          See JVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue).
 

Methods in com.sun.management.oss.impl.factory.measurement with parameters of type PerformanceMonitorKey
 ReportInfoIterator JmxJVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey, java.util.Calendar date)
          See JVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey, java.util.Calendar date).
 PerformanceMonitorValue JmxJVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey, java.lang.String[] attributes)
          See JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey, String[] attributes).
 PerformanceMonitorValueIterator JmxJVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, java.lang.String[] attributes)
          See JVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, String[] attributes).
 void JmxJVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          See JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 void JmxJVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          See JVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 void JmxJVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          See JVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 CurrentResultReport JmxJVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          See JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format).
 

Uses of PerformanceMonitorKey in com.sun.management.oss.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement PerformanceMonitorKey
 class PerformanceMonitorKeyImpl
          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 PerformanceMonitorKey
 PerformanceMonitorKey PerformanceMonitorKeyResultImpl.getPerformanceMonitorKey()
           
 PerformanceMonitorKey PerformanceMonitorValueImpl.makePerformanceMonitorKey()
          Creates a new instance of the PerformanceMonitorKey interface.
 PerformanceMonitorKey PerformanceMonitorValueImpl.getPerformanceMonitorKey()
          Gets the identification key of the measurement job.
 

Methods in com.sun.management.oss.impl.pm.measurement with parameters of type PerformanceMonitorKey
 void PerformanceMonitorValueImpl.setPerformanceMonitorKey(PerformanceMonitorKey key)
          Sets the identification key of the measurement job.
 

Uses of PerformanceMonitorKey in com.sun.management.oss.impl.pm.measurement.xml
 

Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type PerformanceMonitorKey
static java.lang.String PerformanceMonitorKeyXmlTranslator.toXml(PerformanceMonitorKey performKey, java.lang.String elementName)
           
static void PerformanceMonitorKeyXmlTranslator.fromXmlNoRoot(org.jdom.Element element, PerformanceMonitorKey performKey)
           anyURI
 

Uses of PerformanceMonitorKey in com.sun.management.oss.pm.measurement
 

Methods in com.sun.management.oss.pm.measurement that return PerformanceMonitorKey
 PerformanceMonitorKey PerformanceMonitorValue.makePerformanceMonitorKey()
          Creates a new instance of the PerformanceMonitorKey interface.
 PerformanceMonitorKey PerformanceMonitorValue.getPerformanceMonitorKey()
          Gets the identification key of the measurement job.
 PerformanceMonitorKey PerformanceMonitorKeyResult.getPerformanceMonitorKey()
          Returns the primary key of the measurement job.
 PerformanceMonitorKey JVTPerformanceMonitorSession.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
          Creates a new measurement job.
 

Methods in com.sun.management.oss.pm.measurement with parameters of type PerformanceMonitorKey
 void PerformanceMonitorValue.setPerformanceMonitorKey(PerformanceMonitorKey key)
          Sets the identification key of the measurement job.
 ReportInfoIterator JVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey, java.util.Calendar date)
          Returns a list of available measurement result in the performance monitor agent.
 PerformanceMonitorValue JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey, java.lang.String[] attributes)
          Gets the attribute values of a specific measurement job.
 PerformanceMonitorValueIterator JVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, java.lang.String[] attributes)
          Gets a list of attribute values of the specific measurement jobs.
 void JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          Remove measurement job.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to remove measurement jobs.
 void JVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          Inhibits the measurement job from collection of measurement data.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to inhibit measurement jobs from collection of measurement data.
 void JVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          Re-enables the measurement job to collect measurement data.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to re-enables the measurement jobs to collect measurement data.
 CurrentResultReport JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          Generate a result report of the current measurement result values.
 

Uses of PerformanceMonitorKey in com.sun.mfwk.cli
 

Methods in com.sun.mfwk.cli that return PerformanceMonitorKey
 PerformanceMonitorKey MfCliPmPerfJobSessionProxy.createPerformanceMonitorByValue(PerformanceMonitorValue pmValue)
           
 

Methods in com.sun.mfwk.cli with parameters of type PerformanceMonitorKey
 void MfCliPmPerfJobSessionProxy.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
           
 void MfCliPmPerfJobSessionProxy.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey)
           
 void MfCliPmPerfJobSessionProxy.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey)