public interface OperationMode
Modifier and Type | Method and Description |
---|---|
void |
addInterceptors(org.apache.catalina.tribes.Channel channel)
Add channel interecptors
|
List<MembershipManager> |
getMembershipManagers()
Get all the membership managers associated with a particular mode
|
void |
init(org.apache.catalina.tribes.Channel channel)
Initialize this mode
|
void |
notifyMemberJoin(org.apache.catalina.tribes.Member member)
Notify to the relevant parties that a member
member joined |
void addInterceptors(org.apache.catalina.tribes.Channel channel)
channel
- The Channel to which interceptors need to be addedvoid init(org.apache.catalina.tribes.Channel channel)
channel
- The channel related to this memberList<MembershipManager> getMembershipManagers()
void notifyMemberJoin(org.apache.catalina.tribes.Member member)
member
joinedmember
- The member to whom this member lists have to be sentCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.