Firefish 0.5.10

gov.lbl.dsd.firefish
Class FutureResponse

java.lang.Object
  extended bygov.lbl.dsd.firefish.FutureResponse

public class FutureResponse
extends Object

A response to a request that a synchronous client can wait for in a blocking manner.

Version:
$Revision: 1.3 $, $Date: 2004/02/06 23:05:34 $

Constructor Summary
FutureResponse(Request request)
           
 
Method Summary
 Request getRequest()
           
 Response getResponse()
          block until response arrives from some other thread, then return response
 void setResponse(Response response)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FutureResponse

public FutureResponse(Request request)
Method Detail

getRequest

public Request getRequest()

setResponse

public void setResponse(Response response)

getResponse

public Response getResponse()
block until response arrives from some other thread, then return response


toString

public String toString()

Firefish 0.5.10

Jump to the Firefish Homepage