|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |