|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.GroupMessage
The GroupMessage
class is a container class for keeping replies
around until they can be processed.
Field Summary | |
boolean |
booleanResult
The reply, in case it is a boolean. |
byte |
byteResult
The reply, in case it is a byte. |
char |
charResult
The reply, in case it is a char. |
double |
doubleResult
The reply, in case it is a double. |
java.lang.Exception |
exceptionResult
The reply, in case the invocation resulted in an exception. |
float |
floatResult
The reply, in case it is a float. |
int |
intResult
The reply, in case it is an int. |
long |
longResult
The reply, in case it is a long. |
java.lang.Object |
objectResult
The reply, in case it is an Object. |
int |
rank
The rank number of the group member responsible for this reply. |
short |
shortResult
The reply, in case it is a short. |
Constructor Summary | |
GroupMessage()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int rank
public boolean booleanResult
public byte byteResult
public short shortResult
public char charResult
public int intResult
public long longResult
public float floatResult
public double doubleResult
public java.lang.Object objectResult
public java.lang.Exception exceptionResult
Constructor Detail |
public GroupMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |