IBM WebSphere Application ServerTM
Release 8

com.ibm.events.datastore
Class EventUpdateRequest

java.lang.Object
  extended by com.ibm.events.datastore.EventUpdateRequest

public class EventUpdateRequest
extends java.lang.Object

Provides all change requests for a particular event.

Since:
6.0.0
Version:
1.2 10/6/13

Constructor Summary
EventUpdateRequest(java.lang.String globalInstanceId)
          Creates a new EventUpdateRequest object.
 
Method Summary
 void addEventChangeRequest(com.ibm.events.access.EventChangeRequest eventChangeRequest)
          Add a change request to the event update.
 com.ibm.events.access.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

EventUpdateRequest

public EventUpdateRequest(java.lang.String globalInstanceId)
Creates a new EventUpdateRequest object.

Parameters:
globalInstanceId - global instance ID of the event that is being updated.
Method Detail

getEventChangeRequests

public com.ibm.events.access.EventChangeRequest[] getEventChangeRequests()
Get an array of change requests for a particular event

Returns:
An array of change requests for a particular event

getGlobalInstanceId

public java.lang.String getGlobalInstanceId()
Get the global instance ID of the event that is being updated.

Returns:
The global instance ID of the event that is being updated.

addEventChangeRequest

public void addEventChangeRequest(com.ibm.events.access.EventChangeRequest eventChangeRequest)
Add a change request to the event update.

Parameters:
eventChangeRequest - The change request to be added to the event update request.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

IBM WebSphere Application ServerTM
Release 8