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 Detail

      • init

        void init()
           throws org.apache.axis2.clustering.ClusteringFault
        Initialize this membership scheme
        Throws:
        org.apache.axis2.clustering.ClusteringFault - If an error occurs while initializing
      • joinGroup

        void joinGroup()
                throws org.apache.axis2.clustering.ClusteringFault
        JOIN the group
        Throws:
        org.apache.axis2.clustering.ClusteringFault - If an error occurs while joining the group