com.neeve.ods
Interface IStoreObjectUpdatedEvent

All Superinterfaces:
IEvent, IStoreCommitEvent, IStoreEvent, UtlReferenceTracker.HasReferenceTracker

public interface IStoreObjectUpdatedEvent
extends IStoreCommitEvent

Represents the event indicating that an object has been updated in an ODS store.

Threading:
This event is safe for concurrent access by multiple threads.

An object added event is dispatched when an object is updated in an ODS store. The event is only dispatched on backup members.


Method Summary
 IStoreObject getObject()
          Get the newly added object.
 
Methods inherited from interface com.neeve.ods.IStoreCommitEvent
getStableTransactionId, getTransactionId, isCommitEnd, isEndOfCommit
 
Methods inherited from interface com.neeve.ods.IStoreEvent
getSource
 
Methods inherited from interface com.neeve.event.IEvent
acquire, dispose, getAcknowledger, getAttachment, getDelay, getDispatchTime, getInstanceNumber, getRemainingTime, getScheduledTime, getType, isEndOfBatch, isHandled, owners, setAcknowledger, setAttachment, setDelay, setEndOfBatch, setHandled, setSource
 
Methods inherited from interface com.neeve.util.UtlReferenceTracker.HasReferenceTracker
referenceTracker
 

Method Detail

getObject

IStoreObject getObject()
Get the newly added object.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.