com.sun.management.oss.impl.util
Class IRPEventPropertyDescriptorImpl

java.lang.Object
  extended bycom.sun.management.oss.impl.EventPropertyDescriptorImpl
      extended bycom.sun.management.oss.impl.util.IRPEventPropertyDescriptorImpl
All Implemented Interfaces:
EventPropertyDescriptor, IRPEventPropertyDescriptor, java.io.Serializable
Direct Known Subclasses:
PmIRPEventPropertyDescriptorImpl, PmIRPEventPropertyDescriptorImpl

public class IRPEventPropertyDescriptorImpl
extends EventPropertyDescriptorImpl
implements IRPEventPropertyDescriptor

Title: com.ericsson.oss Description: Copyright: Copyright (c) 2001 Company: Copyright 2001 Ericsson Radio Systems AB

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

Field Summary
 
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
IRPEventPropertyDescriptorImpl()
           
 
Method Summary
 Event makeEvent()
          Factory for Event associated with that Event Descriptor.
 IRPEvent makeIRPEvent()
          Returns an IRPEvent.
 
Methods inherited from class com.sun.management.oss.impl.EventPropertyDescriptorImpl
getEventType, 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.EventPropertyDescriptor
getEventType, getPropertyNames, getPropertyTypes
 

Constructor Detail

IRPEventPropertyDescriptorImpl

public IRPEventPropertyDescriptorImpl()
Method Detail

makeIRPEvent

public IRPEvent makeIRPEvent()
Description copied from interface: IRPEventPropertyDescriptor
Returns an IRPEvent.

Specified by:
makeIRPEvent in interface IRPEventPropertyDescriptor
Returns:
IRPEvent - an IRPEvent

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 EventPropertyDescriptorImpl