public class MulticastBasedMembershipScheme extends Object implements MembershipScheme
| Constructor and Description |
|---|
MulticastBasedMembershipScheme(org.apache.catalina.tribes.ManagedChannel channel,
OperationMode mode,
Map<String,org.apache.axis2.description.Parameter> parameters,
byte[] domain,
boolean atmostOnceMessageSemantics,
boolean preserverMsgOrder) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.description.Parameter |
getParameter(String name) |
void |
init()
Initialize this membership scheme
|
void |
joinGroup()
JOIN the group
|
public MulticastBasedMembershipScheme(org.apache.catalina.tribes.ManagedChannel channel,
OperationMode mode,
Map<String,org.apache.axis2.description.Parameter> parameters,
byte[] domain,
boolean atmostOnceMessageSemantics,
boolean preserverMsgOrder)
public void init()
throws org.apache.axis2.clustering.ClusteringFault
MembershipSchemeinit in interface MembershipSchemeClusteringFault - If an error occurs while initializingpublic void joinGroup()
throws org.apache.axis2.clustering.ClusteringFault
MembershipSchemejoinGroup in interface MembershipSchemeClusteringFault - If an error occurs while joining the grouppublic org.apache.axis2.description.Parameter getParameter(String name)
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.