|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.clustering.tribes.ApplicationMode
public class ApplicationMode
Represents a member running in application mode
| Constructor Summary | |
|---|---|
ApplicationMode(byte[] domain,
MembershipManager membershipManager)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationMode(byte[] domain,
MembershipManager membershipManager)
| Method Detail |
|---|
public void addInterceptors(org.apache.catalina.tribes.Channel channel)
OperationMode
addInterceptors in interface OperationModechannel - The Channel to which interceptors need to be addedpublic void init(org.apache.catalina.tribes.Channel channel)
OperationMode
init in interface OperationModechannel - The channel related to this memberpublic List<MembershipManager> getMembershipManagers()
OperationMode
getMembershipManagers in interface OperationModepublic void notifyMemberJoin(org.apache.catalina.tribes.Member member)
OperationModemember joined
notifyMemberJoin in interface OperationModemember - The member to whom this member lists have to be sent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||