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.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
 

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.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.