com.neeve.ods
Interface IStoreMemberConnectReplyEvent

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

public interface IStoreMemberConnectReplyEvent
extends IStoreMemberControlEvent

Represents the event notifying that a remote member has replied to a connect from this member.

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

Method Summary
 IStoreMember getMember()
          Get the member that has replied to the connect from this member
 IStoreBinding.Role getMemberRole()
          Get the role of the member that has replied to the connect from this member
 
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 member that has replied to the connect from this member


getMemberRole

IStoreBinding.Role getMemberRole()
Get the role of the member that has replied to the connect from this member



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