jgroup.relacs.mss
Interface MssTag

All Known Implementing Classes:
FragmentHeader, MsgJG, MsgRouting, Mss, MssHost

public interface MssTag

The MssTag interface contains the tags used by the Mss.

Since:
Jgroup 0.1
Author:
Alberto Montresor, Salvatore Cammarrata, Hein Meling

Field Summary
static byte ASYN
          Answer (reply) to a QSYN request
static byte CONGESTION
          Message to indicate congestion
static byte EXTERNFC
           
static byte FWDROUTING
          The topology msg should not be broadcast when received
static byte IAMALIVE
          Local topology msg
static byte JG
          JG message
static byte LOCALFC
          FC Message Type
static byte NACK
          NACK message types
static byte NOTLASTFRAGMENT
           
static byte PING_OBJECT
          Message to indicate congestion
static byte QSYN
          Query (request) for synchronization
static byte REMOTENACK
           
static byte ROUTING
          The topology msg has to be broadcast when received
static byte SENT
          The topology msg for the cluster is already sent
static byte SENTNACK
           
static byte SYN
          Synchronization message
static java.lang.String[] TAGTYPE
           
static byte TOPOLOGY
          Common message tag for topology messages
 

Field Detail

TAGTYPE

static final java.lang.String[] TAGTYPE

TOPOLOGY

static final byte TOPOLOGY
Common message tag for topology messages

See Also:
Constant Field Values

ROUTING

static final byte ROUTING
The topology msg has to be broadcast when received

See Also:
Constant Field Values

FWDROUTING

static final byte FWDROUTING
The topology msg should not be broadcast when received

See Also:
Constant Field Values

IAMALIVE

static final byte IAMALIVE
Local topology msg

See Also:
Constant Field Values

SENT

static final byte SENT
The topology msg for the cluster is already sent

See Also:
Constant Field Values

JG

static final byte JG
JG message

See Also:
Constant Field Values

NOTLASTFRAGMENT

static final byte NOTLASTFRAGMENT
See Also:
Constant Field Values

NACK

static final byte NACK
NACK message types

See Also:
Constant Field Values

SENTNACK

static final byte SENTNACK
See Also:
Constant Field Values

REMOTENACK

static final byte REMOTENACK
See Also:
Constant Field Values

SYN

static final byte SYN
Synchronization message

See Also:
Constant Field Values

ASYN

static final byte ASYN
Answer (reply) to a QSYN request

See Also:
Constant Field Values

QSYN

static final byte QSYN
Query (request) for synchronization

See Also:
Constant Field Values

LOCALFC

static final byte LOCALFC
FC Message Type

See Also:
Constant Field Values

EXTERNFC

static final byte EXTERNFC
See Also:
Constant Field Values

CONGESTION

static final byte CONGESTION
Message to indicate congestion

See Also:
Constant Field Values

PING_OBJECT

static final byte PING_OBJECT
Message to indicate congestion

See Also:
Constant Field Values


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.