|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.rami.impl.SynchronousSemantic
Synchronous implementation of the
AsynchronousPolicy
interface.
Warning, this class defines a synchronous semantic for
asynchronous method invocation which violates the contract defined by the
AsynchronousPolicy
interface where the invocation of the method
call()
must be asychronously. Use with caution!
MethodInvoker
,
Serialized FormConstructor Summary | |
SynchronousSemantic()
|
Method Summary | |
Cancelable |
call(java.lang.Object object,
FutureServer futureServer)
Direct implementation of a method invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SynchronousSemantic()
Method Detail |
public Cancelable call(java.lang.Object object, FutureServer futureServer)
Direct implementation of a method invocation.
This implementation uses the MethodInvoker
class.
call
in interface AsynchronousPolicy
object
- the object on which the method is to be invoked.futureServer
- a FutureServer
value
FutureServer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |