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

Packages that use Event
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.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 Event in com.sun.management.oss
 

Methods in com.sun.management.oss that return Event
 Event EventPropertyDescriptor.makeEvent()
          Factory for Event associated with that Event Descriptor.
 

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

Methods in com.sun.management.oss.impl that return Event
 Event EventPropertyDescriptorImpl.makeEvent()
           
 

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

Classes in com.sun.management.oss.impl.pm.measurement that implement Event
 class PerformanceDataAvailableEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceDataEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PmIRPEventImpl
          Title: Description: Copyright: Copyright (c) 2002, Company: Ericsson AB
 

Methods in com.sun.management.oss.impl.pm.measurement that return Event
 Event PmIRPEventPropertyDescriptorImpl.makeEvent()
           
 Event PerformanceDataEventDescriptorImpl.makeEvent()
           
 Event PerformanceDataAvailableEventDescriptorImpl.makeEvent()
           
 

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

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

Methods in com.sun.management.oss.impl.pm.opstatus that return Event
 Event OperationalStatusDataAvailableEventDescriptorImpl.makeEvent()
           
 Event PmIRPEventPropertyDescriptorImpl.makeEvent()
           
 Event OperationalStatusDataEventDescriptorImpl.makeEvent()
           
 

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

Classes in com.sun.management.oss.impl.util that implement Event
 class IRPEventImpl
          IRPEvent implementation.
 

Methods in com.sun.management.oss.impl.util that return Event
 Event IRPEventPropertyDescriptorImpl.makeEvent()
           
 

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

Subinterfaces of Event in com.sun.management.oss.pm.measurement
 interface PerformanceDataAvailableEvent
          This interface represents the payload of the event that is sent when a measurement report file has been created.
 interface PerformanceDataEvent
          The performance data event defines the payload of the events that contains measurement reports.
 

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

Subinterfaces of Event in com.sun.management.oss.pm.opstatus
 interface OperationalStatusDataAvailableEvent
          This interface represents the payload of the event that is sent when a measurement report file has been created.
 interface OperationalStatusDataEvent
          The performance data event defines the payload of the events that contains measurement reports.
 

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

Subinterfaces of Event in com.sun.management.oss.util
 interface IRPEvent
          Interface that represents aspects of the 3GPP IRP notification header that are not present in the OSS Event interface.