IBM WebSphere Application ServerTM
Release 8

com.ibm.events.datastore
Class EventUpdateResponse

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

public class EventUpdateResponse
extends java.lang.Object

Data store response to an event update request. This class provides the original and updated event for notification processing.

Since:
6.0.0
Version:
1.2 10/6/13

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

EventUpdateResponse

public EventUpdateResponse()
Creates a new EventUpdateResponse object.

Method Detail

setOriginalEvent

public void setOriginalEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Set the event as it existed before the update request was performed.

Parameters:
event - The original event before the update.

getOriginalEvent

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getOriginalEvent()
Get the event as it existed before the update request was performed.

Returns:
The original event before the update.

setUpdatedEvent

public void setUpdatedEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Set the event after all the update requests were performed.

Parameters:
event - The updated event.

getUpdatedEvent

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getUpdatedEvent()
Get the event after all the update requests were performed.

Returns:
The updated event.

toString

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

IBM WebSphere Application ServerTM
Release 8