ERXDelayedRequestHandler.DelayedRequest Class Reference

Inherits java::util::concurrent::Callable<WOResponse>.

Collaboration diagram for ERXDelayedRequestHandler.DelayedRequest:

Collaboration graph
[legend]

List of all members.

Public Member Functions

WOResponse call () throws Exception
boolean cancel ()
 DelayedRequest (WORequest request)
Future< WOResponse > future ()
String id ()
boolean isDone ()
WORequest request ()
WOResponse response (long millis) throws InterruptedException, ExecutionException, TimeoutException
NSTimestamp start ()
String toString ()

Protected Attributes

Future< WOResponse > _future
String _id
WORequest _request
NSTimestamp _start

Private Attributes

volatile Thread _currentThread


Detailed Description

Helper to wrap a future and the accompanying request.

Author:
ak

Constructor & Destructor Documentation

DelayedRequest ( WORequest  request  ) 


Member Function Documentation

WOResponse call (  )  throws Exception

boolean cancel (  ) 

Future<WOResponse> future (  ) 

String id (  ) 

boolean isDone (  ) 

WORequest request (  ) 

WOResponse response ( long  millis  )  throws InterruptedException, ExecutionException, TimeoutException

NSTimestamp start (  ) 

String toString (  ) 


Member Data Documentation

volatile Thread _currentThread [private]

Future<WOResponse> _future [protected]

String _id [protected]

WORequest _request [protected]

NSTimestamp _start [protected]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:02 2012 for Project Wonder by  doxygen 1.5.8