com.neeve.ods
Interface IStoreMemberConnectEvent

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

public interface IStoreMemberConnectEvent
extends IStoreMemberControlEvent

Represents the event notifying that a remote member has connected to this member.

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

Method Summary
 com.neeve.link.ILnkPeerEndpoint getMemberLink()
          Get the link to member that has connected into this member
 String getMemberName()
          Get the name of the member that has connected into this member
 IStoreBinding.Role getMemberRole()
          Get the role of the member that has connected into 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

getMemberLink

com.neeve.link.ILnkPeerEndpoint getMemberLink()
Get the link to member that has connected into this member


getMemberName

String getMemberName()
Get the name of the member that has connected into this member


getMemberRole

IStoreBinding.Role getMemberRole()
Get the role of the member that has connected into this member



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