org.jboss.remoting.transport.async
Class Correlator
java.lang.Object
org.jboss.remoting.transport.async.Correlator
- public class Correlator
- extends Object
Allows you to create a request to which
you can at a later time wait for the response to
arrive asynchrously.
- Author:
- Hiram Chirino
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Correlator
public Correlator()
getNextFutureResult
public Correlator.FutureResult getNextFutureResult()
dispatchResponse
public void dispatchResponse(int id,
Object data)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.