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

Packages that use RemoveException
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
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. 
com.sun.management.oss.pm.util This package is the standard javax.oss.pm.util package ported into the J2SE/JMX environment.  
 

Uses of RemoveException in com.sun.management.oss
 

Methods in com.sun.management.oss that throw RemoveException
 void ManagedEntityKeyResultIterator.remove()
          Deallocate resources associated with this iterator.
 void ManagedEntityValueIterator.remove()
          Deallocate resources associated with this iterator.
 

Uses of RemoveException in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that throw RemoveException
 void JmxJVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          See JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey).
 

Uses of RemoveException in com.sun.management.oss.impl.factory.opstatus
 

Methods in com.sun.management.oss.impl.factory.opstatus that throw RemoveException
 void JmxJVTOperationalStatusMonitorSession.removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 

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

Methods in com.sun.management.oss.pm.measurement that throw RemoveException
 void ReportInfoIterator.remove()
          Remove the iterator.
 void JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
          Remove measurement job.
 

Uses of RemoveException in com.sun.management.oss.pm.opstatus
 

Methods in com.sun.management.oss.pm.opstatus that throw RemoveException
 void JVTOperationalStatusMonitorSession.removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
          Remove measurement job.
 void ReportInfoIterator.remove()
          Remove the iterator.
 

Uses of RemoveException in com.sun.management.oss.pm.util
 

Methods in com.sun.management.oss.pm.util that throw RemoveException
 void ObservableObjectClassIterator.remove()
          Remove the iterator.
 void ObservableObjectIterator.remove()
          Remove the iterator.