org.objectweb.proactive
Class ObjectForSynchronousCall

java.lang.Object
  extended by org.objectweb.proactive.ObjectForSynchronousCall
All Implemented Interfaces:
java.io.Serializable

public final class ObjectForSynchronousCall
extends java.lang.Object
implements java.io.Serializable

An object instance of this class is to be returned when a method of an active object needs to be called synchronously. No real data is expected as a result, but the caller needs to wait the actual execution (service) of the request. Because the class is final, the reified call cannot return a future and will do a synchronous call.

This type can be used instead of void to perform the synchronous call. Note that any final object will result in the same behaviour.

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
Serialized Form

Constructor Summary
ObjectForSynchronousCall()
          No arg constructor for Serializable
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectForSynchronousCall

public ObjectForSynchronousCall()
No arg constructor for Serializable



Copyright 2001-2007 INRIA All Rights Reserved.