Uses of Interface
com.sun.management.oss.EventPropertyDescriptor

Packages that use EventPropertyDescriptor
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
com.sun.management.oss.impl This package contains the implementations of the interfaces defined in the com.sun.management.oss package. 
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.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.opstatus This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. 
com.sun.management.oss.impl.util This package contains the implementations of the interfaces defined in the com.sun.management.oss.util package. 
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.util This package is the standard javax.oss.util package ported into the J2SE environment.  
 

Uses of EventPropertyDescriptor in com.sun.management.oss
 

Methods in com.sun.management.oss that return EventPropertyDescriptor
 EventPropertyDescriptor JVTSession.getEventDescriptor(java.lang.String eventType)
          Get the EventPropertyDescriptor associated with an event type name.
 

Uses of EventPropertyDescriptor in com.sun.management.oss.impl
 

Classes in com.sun.management.oss.impl that implement EventPropertyDescriptor
 class EventPropertyDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

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

Methods in com.sun.management.oss.impl.factory.measurement that return EventPropertyDescriptor
 EventPropertyDescriptor JmxJVTPerformanceMonitorSession.getEventDescriptor(java.lang.String eventType)
          See JVTSession.getEventDescriptor(String eventType).
 

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

Methods in com.sun.management.oss.impl.factory.opstatus that return EventPropertyDescriptor
 EventPropertyDescriptor JmxJVTOperationalStatusMonitorSession.getEventDescriptor(java.lang.String eventType)
           
 

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

Classes in com.sun.management.oss.impl.pm.measurement that implement EventPropertyDescriptor
 class PerformanceDataAvailableEventDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceDataEventDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PmIRPEventPropertyDescriptorImpl
          Title: Description: Copyright: Copyright (c) 2002 Company:
 

Uses of EventPropertyDescriptor in com.sun.management.oss.impl.pm.opstatus
 

Classes in com.sun.management.oss.impl.pm.opstatus that implement EventPropertyDescriptor
 class OperationalStatusDataAvailableEventDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusDataEventDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

Uses of EventPropertyDescriptor in com.sun.management.oss.impl.util
 

Classes in com.sun.management.oss.impl.util that implement EventPropertyDescriptor
 class IRPEventPropertyDescriptorImpl
          Title: com.ericsson.oss Description: Copyright: Copyright (c) 2001 Company: Copyright 2001 Ericsson Radio Systems AB
 

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

Subinterfaces of EventPropertyDescriptor in com.sun.management.oss.pm.measurement
 interface PerformanceDataAvailableEventDescriptor
          The PerformanceDataAvailableEventDescriptor interface is equivalent to an enumerated type.
 interface PerformanceDataEventDescriptor
          The PerformanceDataEventDescriptor interface is equivalent to an enumerated type.
 

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

Subinterfaces of EventPropertyDescriptor in com.sun.management.oss.pm.opstatus
 interface OperationalStatusDataAvailableEventDescriptor
          The OperationalStatusDataAvailableEventDescriptor interface is equivalent to an enumerated type.
 interface OperationalStatusDataEventDescriptor
          The OperationalStatusDataEventDescriptor interface is equivalent to an enumerated type.
 

Uses of EventPropertyDescriptor in com.sun.management.oss.util
 

Subinterfaces of EventPropertyDescriptor in com.sun.management.oss.util
 interface IRPEventPropertyDescriptor
          This interface represents the filterable properties of the 3GPP Notification IRP interface that are not present in the EventPropertyDescriptor interface.