com.neeve.ods
Interface IStoreMemberHandshakeBackupHelloEvent

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

public interface IStoreMemberHandshakeBackupHelloEvent
extends IStoreMemberControlEvent

Represents the event notifying receipt of a backup hello from a member

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

Method Summary
 long getLastCommittedTransactionId()
          Get the backup member's last committed transaction id
 IStoreMember getMember()
          Get the backup member ready to complete the handshake
 
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

getMember

IStoreMember getMember()
Get the backup member ready to complete the handshake


getLastCommittedTransactionId

long getLastCommittedTransactionId()
Get the backup member's last committed transaction id



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