Uses of Class
com.sun.management.oss.UnsupportedOperationException

Packages that use UnsupportedOperationException
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 UnsupportedOperationException in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that throw UnsupportedOperationException
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
          See JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues).
 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 UnsupportedOperationException in com.sun.management.oss.impl.factory.opstatus
 

Methods in com.sun.management.oss.impl.factory.opstatus that throw UnsupportedOperationException
 OperationalStatusMonitorKeyResult[] JmxJVTOperationalStatusMonitorSession.tryCreateOperationalStatusMonitorsByValues(OperationalStatusMonitorValue[] pmValues)
           
 OperationalStatusMonitorKeyResult[] JmxJVTOperationalStatusMonitorSession.tryRemoveOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
           
 void JmxJVTOperationalStatusMonitorSession.suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 OperationalStatusMonitorKeyResult[] JmxJVTOperationalStatusMonitorSession.trySuspendOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
           
 void JmxJVTOperationalStatusMonitorSession.resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 OperationalStatusMonitorKeyResult[] JmxJVTOperationalStatusMonitorSession.tryResumeOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
           
 CurrentResultReport JmxJVTOperationalStatusMonitorSession.getCurrentResultReport(OperationalStatusMonitorKey pmKey, ReportFormat format)
           
 

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

Methods in com.sun.management.oss.pm.measurement that throw UnsupportedOperationException
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
          Try to create measurement jobs.
 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 UnsupportedOperationException in com.sun.management.oss.pm.opstatus
 

Methods in com.sun.management.oss.pm.opstatus that throw UnsupportedOperationException
 OperationalStatusMonitorKeyResult[] JVTOperationalStatusMonitorSession.tryCreateOperationalStatusMonitorsByValues(OperationalStatusMonitorValue[] pmValues)
          Try to create measurement jobs.
 OperationalStatusMonitorKeyResult[] JVTOperationalStatusMonitorSession.tryRemoveOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
          Try to remove measurement jobs.
 void JVTOperationalStatusMonitorSession.suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
          Inhibits the measurement job from collection of measurement data.
 OperationalStatusMonitorKeyResult[] JVTOperationalStatusMonitorSession.trySuspendOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
          Try to inhibit measurement jobs from collection of measurement data.
 void JVTOperationalStatusMonitorSession.resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
          Re-enables the measurement job to collect measurement data.
 OperationalStatusMonitorKeyResult[] JVTOperationalStatusMonitorSession.tryResumeOperationalStatusMonitorsByKeys(OperationalStatusMonitorKey[] pmKeys)
          Try to re-enables the measurement jobs to collect measurement data.
 CurrentResultReport JVTOperationalStatusMonitorSession.getCurrentResultReport(OperationalStatusMonitorKey pmKey, ReportFormat format)
          Generate a result report of the current measurement result values.