ibis.gmi
Class CombinedInvocationInfo

java.lang.Object
  extended byibis.gmi.CombinedInvocationInfo
All Implemented Interfaces:
java.io.Serializable

public class CombinedInvocationInfo
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

numInvokers

public int numInvokers
The number of nodes involved in this combined invocation.


participating_cpus

public int[] participating_cpus
The global rank numbers of the participating nodes.


stubids_tickets

public int[] stubids_tickets
Identification of where the reply is to be sent.



The Ibis project