|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.ReplyScheme
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 |
public static final int R_DISCARD
DiscardReply
.
public static final int R_RETURN
ReturnReply
.
public static final int R_FORWARD
ForwardReply
.
public static final int R_COMBINE_FLAT
CombineReply
.
public static final int R_COMBINE_BINOMIAL
CombineReply
.
public static final int R_PERSONALIZED
PersonalizeReply
.
public static final int R_PERSONALIZED_RETURN
GroupMethod
), which
summarizes its reply scheme.
public static final int R_PERSONALIZED_FORWARD
GroupMethod
), which
summarizes its reply scheme.
public static final int R_PERSONALIZED_COMBINE_FLAT
GroupMethod
), which
summarizes its reply scheme.
public static final int R_PERSONALIZED_COMBINE_BINOMIAL
GroupMethod
), which
summarizes its reply scheme.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |