|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.InvocationScheme
The InvocationScheme
class provides a base class for all invocation
schemes.
Field Summary | |
static int |
I_COMBINED
A mode equal or larger than this is a combined invocation. |
static int |
I_COMBINED_BINOMIAL
"Binomial-combined" invocation mode, see CombinedInvocation . |
static int |
I_COMBINED_BINOMIAL_GROUP
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_COMBINED_BINOMIAL_PERSONAL
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_COMBINED_BINOMIAL_SINGLE
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_COMBINED_FLAT
"Flat-combined" invocation mode, see CombinedInvocation . |
static int |
I_COMBINED_FLAT_GROUP
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_COMBINED_FLAT_PERSONAL
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_COMBINED_FLAT_SINGLE
Summary value of this invocation scheme, for in a GroupMethod
descriptor. |
static int |
I_GROUP
"Group" invocation mode, see GroupInvocation . |
static int |
I_PERSONAL
"Personalized" invocation mode, see PersonalizedInvocation . |
static int |
I_SINGLE
"Single" invocation mode, see SingleInvocation . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int I_SINGLE
SingleInvocation
.
public static final int I_GROUP
GroupInvocation
.
public static final int I_PERSONAL
PersonalizedInvocation
.
public static final int I_COMBINED_FLAT
CombinedInvocation
.
public static final int I_COMBINED_BINOMIAL
CombinedInvocation
.
public static final int I_COMBINED
public static final int I_COMBINED_FLAT_SINGLE
GroupMethod
descriptor.
This one is for flat-combining, followed by a single invocation.
public static final int I_COMBINED_FLAT_GROUP
GroupMethod
descriptor.
This one is for flat-combining, followed by a group invocation.
public static final int I_COMBINED_FLAT_PERSONAL
GroupMethod
descriptor.
This one is for flat-combining, followed by a personalized invocation.
public static final int I_COMBINED_BINOMIAL_SINGLE
GroupMethod
descriptor.
This one is for binomial-combining, followed by a single invocation.
public static final int I_COMBINED_BINOMIAL_GROUP
GroupMethod
descriptor.
This one is for binomial-combining, followed by a group invocation.
public static final int I_COMBINED_BINOMIAL_PERSONAL
GroupMethod
descriptor.
This one is for binomial-combining, followed by a personalized invocation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |