com.sun.management.oss.impl.pm.opstatus
Class OperationalStatusDataEventDescriptorImpl

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.opstatus.PmIRPEventPropertyDescriptorImpl
              extended bycom.sun.management.oss.impl.pm.opstatus.OperationalStatusDataEventDescriptorImpl
All Implemented Interfaces:
EventPropertyDescriptor, IRPEventPropertyDescriptor, OperationalStatusDataEventDescriptor, java.io.Serializable

public class OperationalStatusDataEventDescriptorImpl
extends PmIRPEventPropertyDescriptorImpl
implements OperationalStatusDataEventDescriptor

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.opstatus.OperationalStatusDataEventDescriptor
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
OperationalStatusDataEventDescriptorImpl()
           
 
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.
 OperationalStatusDataEvent makeOperationalStatusDataEvent()
          Creates a new instance of the OperationalStatusDataEvent interface.
 
Methods inherited from class com.sun.management.oss.impl.pm.opstatus.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

OperationalStatusDataEventDescriptorImpl

public OperationalStatusDataEventDescriptorImpl()
Method Detail

makeOperationalStatusDataEvent

public OperationalStatusDataEvent makeOperationalStatusDataEvent()
Description copied from interface: OperationalStatusDataEventDescriptor
Creates a new instance of the OperationalStatusDataEvent interface.

Specified by:
makeOperationalStatusDataEvent in interface OperationalStatusDataEventDescriptor
Returns:
OperationalStatusDataEvent 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