org.apache.geronimo.remoting.transport.async
Class Correlator
java.lang.Object
org.apache.geronimo.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.
- Version:
- $Revision: 1.4 $ $Date: 2004/03/10 09:59:20 $
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)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.