ibis.gmi
Class SingleInvocation

java.lang.Object
  extended byibis.gmi.InvocationScheme
      extended byibis.gmi.SingleInvocation

public class SingleInvocation
extends InvocationScheme

The SingleInvocation class must be used to configure a group method to a single invocation. This means that the invocation is forwarded to a single object of the group.


Field Summary
 
Fields inherited from class ibis.gmi.InvocationScheme
I_COMBINED, I_COMBINED_BINOMIAL, I_COMBINED_BINOMIAL_GROUP, I_COMBINED_BINOMIAL_PERSONAL, I_COMBINED_BINOMIAL_SINGLE, I_COMBINED_FLAT, I_COMBINED_FLAT_GROUP, I_COMBINED_FLAT_PERSONAL, I_COMBINED_FLAT_SINGLE, I_GROUP, I_PERSONAL, I_SINGLE
 
Constructor Summary
SingleInvocation(int destination)
          Constructor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleInvocation

public SingleInvocation(int destination)
                 throws ConfigurationException
Constructor.

Parameters:
destination - the rank within the group of the object object on which the method is to be invoked
Throws:
ConfigurationException - is thrown when an illegal parameter is supplied.


The Ibis project