com.neeve.ods
Interface IStoreObjectReceivedEvent

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

public interface IStoreObjectReceivedEvent
extends IStoreCommitEvent

Represents the event indicating that an object has been received to an ODS store.

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

An object received event is dispatched when a message object is received theough an ODS store. The event is dispatched only on backup members.


Method Summary
 IStoreObject getObject()
          Get the received message 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 received message object.



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