Uses of Class
uk.org.ogsadai.engine.ProcessingStatus

Packages that use ProcessingStatus
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. 
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions. 
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions. 
 

Uses of ProcessingStatus in uk.org.ogsadai.activity
 

Fields in uk.org.ogsadai.activity declared as ProcessingStatus
private  ProcessingStatus SynchronizedGrowableExternalPipe.mStatus
          The status of the request containing the activity the has the pipe.
private  ProcessingStatus ActivityRequest.mStatus
          The observable status for this request.
private  ProcessingStatus CallThroughExternalPipe.mStatus
          The status of the request containing the activity the has the pipe.
 

Methods in uk.org.ogsadai.activity that return ProcessingStatus
 ProcessingStatus ActivityRequest.getStatus()
          Returns the processing status of this request.
 

Methods in uk.org.ogsadai.activity with parameters of type ProcessingStatus
 void ResponseDocumentBuilder.buildResult(java.lang.String name, ProcessingStatus status, byte[] data)
           
 void ResponseDocumentBuilder.buildRequestStatus(ProcessingStatus status)
           
 

Constructors in uk.org.ogsadai.activity with parameters of type ProcessingStatus
SynchronizedGrowableExternalPipe(ProcessingStatus status)
          Creates a new pipe for an input of an activity contained in the specified request.
CallThroughExternalPipe(Activity activity, ProcessingStatus status)
          Constructs a CallThroughPipe that will pull data from the specified source Activity.
PipeAccessException(ProcessingStatus status)
          Constructor
 

Uses of ProcessingStatus in uk.org.ogsadai.engine
 

Fields in uk.org.ogsadai.engine declared as ProcessingStatus
private  ProcessingStatus StatusToStatusObserver.mDestinationStatus
          The processing status to update.
 

Methods in uk.org.ogsadai.engine that return ProcessingStatus
 ProcessingStatus Request.getStatus()
          Obtains the processing status of the request.
 

Methods in uk.org.ogsadai.engine with parameters of type ProcessingStatus
 void ResponseBuilder.buildRequestStatus(ProcessingStatus status)
          Assembles the part of the response document describing the status of the request.
 void ResponseBuilder.buildResult(java.lang.String name, ProcessingStatus status, byte[] data)
          Assembles part of the response document describing the result of processing part of the request.
 void ProcessingStatus.copyState(ProcessingStatus status)
          Copies the state of the specified ProcessingStatus object to that of this ProcessingStatus object.
 

Constructors in uk.org.ogsadai.engine with parameters of type ProcessingStatus
StatusToStatusObserver(ProcessingStatus destStatus)
          Creates a new observer that will update the specified destination ProcessingStatus state whenever an invocation of the update method is received.
 

Uses of ProcessingStatus in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that return ProcessingStatus
 ProcessingStatus Session.getRequestStatus()
          Gets the session request processing status.
 

Uses of ProcessingStatus in uk.org.ogsadai.sessions.impl
 

Fields in uk.org.ogsadai.sessions.impl declared as ProcessingStatus
private  ProcessingStatus TransientInternalSession.mStatus
           
 

Methods in uk.org.ogsadai.sessions.impl that return ProcessingStatus
 ProcessingStatus TransientInternalSession.getRequestStatus()
           
 ProcessingStatus SafeSession.getRequestStatus()