Package org.apache.axis2.clustering
Interface MembershipScheme
- All Known Implementing Classes:
MulticastBasedMembershipScheme,WkaBasedMembershipScheme
public interface MembershipScheme
A representation of a membership scheme such as "multicast based" or "well-known address (WKA)
based" schemes. This is directly related to the membership discovery mechanism.
-
Method Summary
-
Method Details
-
init
Initialize this membership scheme- Throws:
ClusteringFault- If an error occurs while initializing
-
joinGroup
JOIN the group- Throws:
ClusteringFault- If an error occurs while joining the group
-