ibis.gmi
Class ReplyScheme

java.lang.Object
  extended byibis.gmi.ReplyScheme
Direct Known Subclasses:
CombineReply, DiscardReply, ForwardReply, PersonalizeReply, ReturnReply

public class ReplyScheme
extends java.lang.Object

Class ReplyScheme is the base class for all reply schemes.


Field Summary
static int R_COMBINE_BINOMIAL
          For binomial-combining replies, see CombineReply.
static int R_COMBINE_FLAT
          For flat-combining replies, see CombineReply.
static int R_DISCARD
          For reply discarding, see DiscardReply.
static int R_FORWARD
          For forwarding replies, see ForwardReply.
static int R_PERSONALIZED
          Mode for personalized replies, see PersonalizeReply.
static int R_PERSONALIZED_COMBINE_BINOMIAL
          Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.
static int R_PERSONALIZED_COMBINE_FLAT
          Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.
static int R_PERSONALIZED_FORWARD
          Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.
static int R_PERSONALIZED_RETURN
          Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.
static int R_RETURN
          For returning a reply, see ReturnReply.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

R_DISCARD

public static final int R_DISCARD
For reply discarding, see DiscardReply.

See Also:
Constant Field Values

R_RETURN

public static final int R_RETURN
For returning a reply, see ReturnReply.

See Also:
Constant Field Values

R_FORWARD

public static final int R_FORWARD
For forwarding replies, see ForwardReply.

See Also:
Constant Field Values

R_COMBINE_FLAT

public static final int R_COMBINE_FLAT
For flat-combining replies, see CombineReply.

See Also:
Constant Field Values

R_COMBINE_BINOMIAL

public static final int R_COMBINE_BINOMIAL
For binomial-combining replies, see CombineReply.

See Also:
Constant Field Values

R_PERSONALIZED

public static final int R_PERSONALIZED
Mode for personalized replies, see PersonalizeReply.

See Also:
Constant Field Values

R_PERSONALIZED_RETURN

public static final int R_PERSONALIZED_RETURN
Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.

See Also:
Constant Field Values

R_PERSONALIZED_FORWARD

public static final int R_PERSONALIZED_FORWARD
Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.

See Also:
Constant Field Values

R_PERSONALIZED_COMBINE_FLAT

public static final int R_PERSONALIZED_COMBINE_FLAT
Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.

See Also:
Constant Field Values

R_PERSONALIZED_COMBINE_BINOMIAL

public static final int R_PERSONALIZED_COMBINE_BINOMIAL
Value used in a group method descriptor (see GroupMethod), which summarizes its reply scheme.

See Also:
Constant Field Values


The Ibis project