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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
Initialize this membership schemevoid
joinGroup()
JOIN the group
-
-
-
Method Detail
-
init
void init() throws ClusteringFault
Initialize this membership scheme- Throws:
ClusteringFault
- If an error occurs while initializing
-
joinGroup
void joinGroup() throws ClusteringFault
JOIN the group- Throws:
ClusteringFault
- If an error occurs while joining the group
-
-