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
 void init()
          Initialize this membership scheme
 void 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


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.