|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkaos.core.service.directory.DirectoryEvent
public class DirectoryEvent
DirectoryEvent contains a type and a description, representing different characteristics of the event in the form of key-value associations. *
| Constructor Summary | |
|---|---|
DirectoryEvent(java.lang.String eventName,
java.lang.String sourceDS,
java.util.Map description)
|
|
| Method Summary | |
|---|---|
java.util.Map |
getDescription()
Obtain the event description. |
java.lang.String |
getName()
Obtain the name of the event. |
java.lang.String |
getSource()
obtain the source of the event |
void |
setDescription(java.util.Map description)
Set the event description. |
void |
setName(java.lang.String name)
Set the name of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryEvent(java.lang.String eventName,
java.lang.String sourceDS,
java.util.Map description)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getSource()
public java.util.Map getDescription()
public void setName(java.lang.String name)
public void setDescription(java.util.Map description)
desc - Map associating key and values describing the domain event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||