com.sun.management.oss.impl.pm.measurement
Class PerformanceDataAvailableEventDescriptorImpl

java.lang.Object
  extended bycom.sun.management.oss.impl.EventPropertyDescriptorImpl
      extended bycom.sun.management.oss.impl.util.IRPEventPropertyDescriptorImpl
          extended bycom.sun.management.oss.impl.pm.measurement.PmIRPEventPropertyDescriptorImpl
              extended bycom.sun.management.oss.impl.pm.measurement.PerformanceDataAvailableEventDescriptorImpl
All Implemented Interfaces:
EventPropertyDescriptor, IRPEventPropertyDescriptor, PerformanceDataAvailableEventDescriptor, java.io.Serializable

public class PerformanceDataAvailableEventDescriptorImpl
extends PmIRPEventPropertyDescriptorImpl
implements PerformanceDataAvailableEventDescriptor

Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson

Version:
0.2
Author:
Andreas Jirven, Anna Eriksson, Ali Feizabadi
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sun.management.oss.pm.measurement.PerformanceDataAvailableEventDescriptor
OSS_EVENT_TYPE_VALUE
 
Fields inherited from interface com.sun.management.oss.util.IRPEventPropertyDescriptor
OSS_EVENT_TIME_PROP_NAME, OSS_EVENT_TIME_PROP_TYPE, OSS_MANAGED_ENTITY_PK_PROP_NAME, OSS_MANAGED_ENTITY_PK_PROP_TYPE, OSS_MANAGED_ENTITY_TYPE_PROP_NAME, OSS_MANAGED_ENTITY_TYPE_PROP_TYPE
 
Fields inherited from interface com.sun.management.oss.EventPropertyDescriptor
BOOLEAN, BYTE, DOUBLE, FLOAT, INT, LONG, OSS_APPLICATION_DN_PROP_NAME, OSS_APPLICATION_DN_PROP_TYPE, OSS_EVENT_TYPE_PROP_NAME, OSS_EVENT_TYPE_PROP_TYPE, SHORT, STRING
 
Constructor Summary
PerformanceDataAvailableEventDescriptorImpl()
           
 
Method Summary
 java.lang.String getEventType()
          Get the name of the event type associated with the descriptor.
 Event makeEvent()
          Factory for Event associated with that Event Descriptor.
 PerformanceDataAvailableEvent makePerformanceDataAvailableEvent()
          Creates a new instance of the PerformanceDataAvailableEvent interface.
 
Methods inherited from class com.sun.management.oss.impl.pm.measurement.PmIRPEventPropertyDescriptorImpl
makeIRPEvent
 
Methods inherited from class com.sun.management.oss.impl.EventPropertyDescriptorImpl
getPropertyNames, getPropertyTypes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.management.oss.util.IRPEventPropertyDescriptor
makeIRPEvent
 
Methods inherited from interface com.sun.management.oss.EventPropertyDescriptor
getPropertyNames, getPropertyTypes
 

Constructor Detail

PerformanceDataAvailableEventDescriptorImpl

public PerformanceDataAvailableEventDescriptorImpl()
Method Detail

makePerformanceDataAvailableEvent

public PerformanceDataAvailableEvent makePerformanceDataAvailableEvent()
Description copied from interface: PerformanceDataAvailableEventDescriptor
Creates a new instance of the PerformanceDataAvailableEvent interface.

Specified by:
makePerformanceDataAvailableEvent in interface PerformanceDataAvailableEventDescriptor
Returns:
PerformanceDataAvailableEvent The created object. The object is empty.

getEventType

public java.lang.String getEventType()
Description copied from interface: EventPropertyDescriptor
Get the name of the event type associated with the descriptor.

Specified by:
getEventType in interface EventPropertyDescriptor
Overrides:
getEventType in class EventPropertyDescriptorImpl

makeEvent

public Event makeEvent()
Description copied from interface: EventPropertyDescriptor
Factory for Event associated with that Event Descriptor.

Specified by:
makeEvent in interface EventPropertyDescriptor
Overrides:
makeEvent in class PmIRPEventPropertyDescriptorImpl