|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.events.datastore.EventUpdateRequest
Provides all change requests for a particular event.
Constructor Summary | |
---|---|
EventUpdateRequest(java.lang.String globalInstanceId)
Creates a new EventUpdateRequest object. |
Method Summary | |
---|---|
void |
addEventChangeRequest(EventChangeRequest eventChangeRequest)
Add a change request to the event update. |
EventChangeRequest[] |
getEventChangeRequests()
Get an array of change requests for a particular event |
java.lang.String |
getGlobalInstanceId()
Get the global instance ID of the event that is being updated. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EventUpdateRequest(java.lang.String globalInstanceId)
globalInstanceId
- global instance ID of the event that is being
updated.Method Detail |
public EventChangeRequest[] getEventChangeRequests()
public java.lang.String getGlobalInstanceId()
public void addEventChangeRequest(EventChangeRequest eventChangeRequest)
eventChangeRequest
- The change request to be added to the event
update request.public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |