|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
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 Status in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that return Status | |
Status |
Activity.getStatus() Gets the current status of the activity. |
Methods in uk.org.ogsadai.activity with parameters of type Status | |
void |
ResponseDocumentBuilder.buildResult(java.lang.String name, Status status, byte[] data) |
Uses of Status in uk.org.ogsadai.engine |
Fields in uk.org.ogsadai.engine declared as Status | |
private Status |
ObservableStatus.mStatus The status field that is being observed. |
static Status |
Status.UNSTARTED Processing of the request has not started |
static Status |
Status.PROCESSING Processing of the request is underway |
static Status |
Status.COMPLETED Processing of the request has completed |
static Status |
Status.ERROR Processing of the request has encountered an error |
static Status |
Status.TERMINATED Processing of the request has been terminated before completion |
Methods in uk.org.ogsadai.engine that return Status | |
Status |
ObservableStatus.getStatus() Gets the current status. |
Methods in uk.org.ogsadai.engine with parameters of type Status | |
void |
ResponseBuilder.buildResult(java.lang.String name, Status status, byte[] data) Assembles part of the response document describing the result of processing part of the request. |
void |
ObservableStatus.setStatus(Status status) Sets the status and notifies any observers of the change. |
Constructors in uk.org.ogsadai.engine with parameters of type Status | |
ObservableStatus(Status status) Constructs an ObservableStatus class with the specified initial status and an automatically generated name. |
|
ObservableStatus(java.lang.String name, Status status) Constructs an ObservableStatus class with the specified initial status and name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |