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

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.PerformanceDataEventDescriptorImpl
All Implemented Interfaces:
EventPropertyDescriptor, IRPEventPropertyDescriptor, PerformanceDataEventDescriptor, java.io.Serializable

public class PerformanceDataEventDescriptorImpl
extends PmIRPEventPropertyDescriptorImpl
implements PerformanceDataEventDescriptor

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.PerformanceDataEventDescriptor
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
PerformanceDataEventDescriptorImpl()
           
 
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.
 PerformanceDataEvent makePerformanceDataEvent()
          Creates a new instance of the PerformanceDataEvent 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

PerformanceDataEventDescriptorImpl

public PerformanceDataEventDescriptorImpl()
Method Detail

makePerformanceDataEvent

public PerformanceDataEvent makePerformanceDataEvent()
Description copied from interface: PerformanceDataEventDescriptor
Creates a new instance of the PerformanceDataEvent interface.

Specified by:
makePerformanceDataEvent in interface PerformanceDataEventDescriptor
Returns:
PerformanceDataEvent 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