|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.events.datastore.EventUpdateResponse
public class EventUpdateResponse
Data store response to an event update request. This class provides the original and updated event for notification processing.
Constructor Summary | |
---|---|
EventUpdateResponse()
Creates a new EventUpdateResponse object. |
Method Summary | |
---|---|
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent |
getOriginalEvent()
Get the event as it existed before the update request was performed. |
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent |
getUpdatedEvent()
Get the event after all the update requests were performed. |
void |
setOriginalEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Set the event as it existed before the update request was performed. |
void |
setUpdatedEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Set the event after all the update requests were performed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventUpdateResponse()
Method Detail |
---|
public void setOriginalEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
event
- The original event before the update.public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getOriginalEvent()
public void setUpdatedEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
event
- The updated event.public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getUpdatedEvent()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |