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
void init() throws org.apache.axis2.clustering.ClusteringFaultInitialize this membership scheme- Throws:
org.apache.axis2.clustering.ClusteringFault- If an error occurs while initializing
-
joinGroup
void joinGroup() throws org.apache.axis2.clustering.ClusteringFaultJOIN the group- Throws:
org.apache.axis2.clustering.ClusteringFault- If an error occurs while joining the group
-