|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.CombinedInvocationInfo
The CombinedInvocationInfo
class is used to collect some information
about a combined invocation. Although it is supposed to be not directly
accessible by the user, it is public, because it is used in the skeletons.
Field Summary | |
int |
numInvokers
The number of nodes involved in this combined invocation. |
int[] |
participating_cpus
The global rank numbers of the participating nodes. |
int[] |
stubids_tickets
Identification of where the reply is to be sent. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int numInvokers
public int[] participating_cpus
public int[] stubids_tickets
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |