Uses of Class
mandala.util.TimedOutException

Packages that use TimedOutException
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of TimedOutException in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf that throw TimedOutException
 java.lang.Object RemoteInvocationEventsWaiterProxy.waitForResult(long timeout)
           
 ThreadOp RemoteInvocationEventsWaiterProxy.waitForCalleeThread(long timeout)
           
 

Uses of TimedOutException in mandala.rami
 

Methods in mandala.rami that throw TimedOutException
 java.lang.Object InvocationEventsWaiter.waitForResult(long timeout)
          Wait for the availability of the result of an asynchronous method invocation for a specified amount of time.
 ThreadOp InvocationEventsWaiter.waitForCalleeThread(long timeout)
          Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations return null immediatly. This method will be removed in the next light release.

 java.lang.Object AbstractFutureClient.waitForResult(long timeout)
           
 

Uses of TimedOutException in mandala.rami.impl
 

Methods in mandala.rami.impl that throw TimedOutException
 ResultsGrouper.TerminatedCall ResultsGrouper.waitFirst(long timeout)
           
 ResultsGrouper.TerminatedCall[] ResultsGrouper.waitFirst(int n, long timeout)
           
 



Mandala help mailing list