|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.soa.event.Event
Description : This class describes an event which occurred in a service.
| Constructor Summary | |
Event()
|
|
| Method Summary | |
KeyValue[] |
getAttributes()
The key-value pairs of the published attributes retrieved with this event. |
java.lang.String |
getEventName()
The name of the produced event. |
java.lang.String |
getServiceName()
The service name which produced this event. |
long |
getTimeStamp()
The time in milli-seconds (GMT notation) at which this event occurred. |
Topic[] |
getTriggers()
The list of the matched triggers. |
void |
setAttributes(KeyValue[] attributes)
|
void |
setEventName(java.lang.String eventName)
|
void |
setServiceName(java.lang.String serviceName)
|
void |
setTimeStamp(long timeStamp)
|
void |
setTriggers(Topic[] triggers)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Event()
| Method Detail |
public void setServiceName(java.lang.String serviceName)
public java.lang.String getServiceName()
public java.lang.String getEventName()
public void setEventName(java.lang.String eventName)
public Topic[] getTriggers()
public void setTriggers(Topic[] triggers)
public KeyValue[] getAttributes()
public void setAttributes(KeyValue[] attributes)
public long getTimeStamp()
public void setTimeStamp(long timeStamp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||