com.neeve.ods
Interface IStoreObjectRemovedEvent

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

public interface IStoreObjectRemovedEvent
extends IStoreCommitEvent

Represents the event indicating that an object was removed from the store.

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

An object removed event is dispatched when an object is removed from an ODS store. The event is only dispatched on backup members.


Method Summary
 IStoreObject getObject()
          Get the object that was removed from the store.
 
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 object that was removed from the store.



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