Class ApplicationMode
- java.lang.Object
- 
- org.apache.axis2.clustering.tribes.ApplicationMode
 
- 
- All Implemented Interfaces:
- OperationMode
 
 public class ApplicationMode extends Object implements OperationMode Represents a member running in application mode
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationMode(byte[] domain, MembershipManager membershipManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterceptors(org.apache.catalina.tribes.Channel channel)Add channel interecptorsList<MembershipManager>getMembershipManagers()Get all the membership managers associated with a particular modevoidinit(org.apache.catalina.tribes.Channel channel)Initialize this modevoidnotifyMemberJoin(org.apache.catalina.tribes.Member member)Notify to the relevant parties that a membermemberjoined
 
- 
- 
- 
Constructor Detail- 
ApplicationModepublic ApplicationMode(byte[] domain, MembershipManager membershipManager)
 
- 
 - 
Method Detail- 
addInterceptorspublic void addInterceptors(org.apache.catalina.tribes.Channel channel) Description copied from interface:OperationModeAdd channel interecptors- Specified by:
- addInterceptorsin interface- OperationMode
- Parameters:
- channel- The Channel to which interceptors need to be added
 
 - 
initpublic void init(org.apache.catalina.tribes.Channel channel) Description copied from interface:OperationModeInitialize this mode- Specified by:
- initin interface- OperationMode
- Parameters:
- channel- The channel related to this member
 
 - 
getMembershipManagerspublic List<MembershipManager> getMembershipManagers() Description copied from interface:OperationModeGet all the membership managers associated with a particular mode- Specified by:
- getMembershipManagersin interface- OperationMode
- Returns:
- membership managers associated with a particular mode
 
 - 
notifyMemberJoinpublic void notifyMemberJoin(org.apache.catalina.tribes.Member member) Description copied from interface:OperationModeNotify to the relevant parties that a membermemberjoined- Specified by:
- notifyMemberJoinin interface- OperationMode
- Parameters:
- member- The member to whom this member lists have to be sent
 
 
- 
 
-