org.apache.geronimo.remoting.transport.async
Class Correlator

java.lang.Object
  extended byorg.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 $

Nested Class Summary
static class Correlator.FutureResult
           
 
Constructor Summary
Correlator()
           
 
Method Summary
 void dispatchResponse(int id, Object data)
           
 Correlator.FutureResult getNextFutureResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Correlator

public Correlator()
Method Detail

getNextFutureResult

public Correlator.FutureResult getNextFutureResult()

dispatchResponse

public void dispatchResponse(int id,
                             Object data)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.