|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Request | |
| uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
| uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
| Uses of Request in uk.org.ogsadai.activity |
| Classes in uk.org.ogsadai.activity that implement Request | |
class |
ActivityRequestImplementation of interface Request that encapsulates all of the objects required to create, process and obtain responses from a single request. |
| Methods in uk.org.ogsadai.activity that return Request | |
Request |
ActivityRequestFactory.createRequest(org.w3c.dom.Document document, RequestContext context) |
| Uses of Request in uk.org.ogsadai.engine |
| Fields in uk.org.ogsadai.engine declared as Request | |
private Request |
RequestContext.mRequestThe request that this object is the context for. |
| Methods in uk.org.ogsadai.engine that return Request | |
Request |
RequestContext.getRequest()Gets the request that this object is the context for. |
Request |
RequestFactory.createRequest(org.w3c.dom.Document document, RequestContext context)Create a request from the specified XML perform document. |
| Methods in uk.org.ogsadai.engine with parameters of type Request | |
void |
RequestContext.setRequest(Request request)Sets the request that this object is the context for. |
void |
RequestEngineObserver.waitUntilProcessing(Request request)Wait until the engine starts processing a request. |
void |
RequestEngineObserver.waitUntilQueued(Request request)Wait until the engine queues request. |
void |
RequestEngineObserver.waitUntilFlushed(Request request)Wait until the engine dequeues a request or stops processing a request. |
void |
RequestEngine.perform(Request request, RequestContext context, ResponseBuilder builder) |
boolean |
RequestEngine.isProcessing(Request request)Is the given request processing? |
boolean |
RequestEngine.isQueueing(Request request)Is the given request queueing? |
private void |
RequestEngine.joinSession(Request request)Joins the request to a session. |
private void |
RequestEngine.releaseSession(Request request)Releases the request from its session. |
private boolean |
RequestEngine.process(Request request)Attempts to admit a request for active processing in the processing pool. |
void |
Engine.perform(Request request, RequestContext context, ResponseBuilder builder)Submits a request, in the form of a request object, and initiates its processing by the engine. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||