org.apache.axis2.clustering.tribes
Class TribesConstants

java.lang.Object
  extended by org.apache.axis2.clustering.tribes.TribesConstants

public final class TribesConstants
extends Object

This class holds the configuration parameters which are specific to Tribes


Field Summary
static int AT_MOST_ONCE_OPTION
           
static String BIND_ADDRESS
           
static String LOCAL_MEMBER_HOST
           
static String LOCAL_MEMBER_PORT
           
static String MAX_RETRIES
           
static String MCAST_ADDRESS
           
static String MCAST_BIND_ADDRESS
           
static String MCAST_CLUSTER_DOMAIN
           
static String MCAST_FREQUENCY
           
static String MCAST_PORT
           
static String MEMBER_DROP_TIME
           
static int MEMBERSHIP_MSG_OPTION
           
static int MSG_ORDER_OPTION
           
static byte[] RPC_CHANNEL_ID
           
static String RPC_INIT_CHANNEL
          The ID of the RPC initialization message channel
static String RPC_MEMBERSHIP_CHANNEL
          The ID of the RPC membership message channel.
static String RPC_MESSAGING_CHANNEL
          The ID of the RPC messaging channel
static String TCP_LISTEN_HOST
           
static String TCP_LISTEN_PORT
           
 
Constructor Summary
TribesConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RPC_INIT_CHANNEL

public static final String RPC_INIT_CHANNEL
The ID of the RPC initialization message channel

See Also:
Constant Field Values

RPC_MESSAGING_CHANNEL

public static final String RPC_MESSAGING_CHANNEL
The ID of the RPC messaging channel

See Also:
Constant Field Values

RPC_MEMBERSHIP_CHANNEL

public static final String RPC_MEMBERSHIP_CHANNEL
The ID of the RPC membership message channel. This channel is only used when WKA membership discovery mechanism is used

See Also:
Constant Field Values

MSG_ORDER_OPTION

public static final int MSG_ORDER_OPTION
See Also:
Constant Field Values

MEMBERSHIP_MSG_OPTION

public static final int MEMBERSHIP_MSG_OPTION
See Also:
Constant Field Values

AT_MOST_ONCE_OPTION

public static final int AT_MOST_ONCE_OPTION
See Also:
Constant Field Values

RPC_CHANNEL_ID

public static final byte[] RPC_CHANNEL_ID

LOCAL_MEMBER_HOST

public static final String LOCAL_MEMBER_HOST
See Also:
Constant Field Values

LOCAL_MEMBER_PORT

public static final String LOCAL_MEMBER_PORT
See Also:
Constant Field Values

MCAST_ADDRESS

public static final String MCAST_ADDRESS
See Also:
Constant Field Values

MCAST_BIND_ADDRESS

public static final String MCAST_BIND_ADDRESS
See Also:
Constant Field Values

MCAST_PORT

public static final String MCAST_PORT
See Also:
Constant Field Values

MCAST_FREQUENCY

public static final String MCAST_FREQUENCY
See Also:
Constant Field Values

MEMBER_DROP_TIME

public static final String MEMBER_DROP_TIME
See Also:
Constant Field Values

MCAST_CLUSTER_DOMAIN

public static final String MCAST_CLUSTER_DOMAIN
See Also:
Constant Field Values

TCP_LISTEN_HOST

public static final String TCP_LISTEN_HOST
See Also:
Constant Field Values

BIND_ADDRESS

public static final String BIND_ADDRESS
See Also:
Constant Field Values

TCP_LISTEN_PORT

public static final String TCP_LISTEN_PORT
See Also:
Constant Field Values

MAX_RETRIES

public static final String MAX_RETRIES
See Also:
Constant Field Values
Constructor Detail

TribesConstants

public TribesConstants()


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