kaos.core.service.directory
Class EventProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by kaos.core.service.directory.EventProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class EventProperties
extends java.util.Hashtable

See Also:
Serialized Form

Field Summary
static java.lang.String ENTITY_CLASS
           
static java.lang.String ENTITY_INSTANCE
           
 
Constructor Summary
EventProperties(java.lang.String eventName)
           
 
Method Summary
 java.lang.String getEventName()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ENTITY_INSTANCE

public static final java.lang.String ENTITY_INSTANCE
See Also:
Constant Field Values

ENTITY_CLASS

public static final java.lang.String ENTITY_CLASS
See Also:
Constant Field Values
Constructor Detail

EventProperties

public EventProperties(java.lang.String eventName)
Method Detail

getEventName

public java.lang.String getEventName()