|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestStatus.Status | |
---|---|
com.ibm.itim.remoteservices.provider | Provides the interfaces and classes necessary to write a custom service provider that remote services will use. |
Uses of RequestStatus.Status in com.ibm.itim.remoteservices.provider |
---|
Fields in com.ibm.itim.remoteservices.provider declared as RequestStatus.Status | |
---|---|
static RequestStatus.Status |
RequestStatus.PENDING
|
static RequestStatus.Status |
RequestStatus.SUCCESSFUL
|
static RequestStatus.Status |
RequestStatus.SUCCESSFUL_WARNING
|
static RequestStatus.Status |
RequestStatus.UNSUCCESSFUL
|
Methods in com.ibm.itim.remoteservices.provider that return RequestStatus.Status | |
---|---|
RequestStatus.Status |
AsynchronousResponse.getResultCode()
Returns the result code of the response. |
RequestStatus.Status |
RequestStatus.getStatus()
Gets the status of the response from the remote resource |
static RequestStatus.Status |
RequestStatus.Status.getStatus(int statusOrd)
Map an integer ordinal value to it's corresponding enum value (should only be used for mapping external int status codes, ie ITDI, to corresponding enum value) |
static RequestStatus.Status |
RequestStatus.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RequestStatus.Status[] |
RequestStatus.Status.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.ibm.itim.remoteservices.provider with parameters of type RequestStatus.Status | |
---|---|
void |
RequestStatus.setStatus(RequestStatus.Status status)
Sets the status of the response from the remote resource |
Constructors in com.ibm.itim.remoteservices.provider with parameters of type RequestStatus.Status | |
---|---|
AsynchronousResponse(java.lang.String requestId,
RequestStatus.Status resultCode)
Constructs with a request id and a result code. |
|
RequestStatus(RequestStatus.Status status)
Construct with a status code. |
|
RequestStatus(RequestStatus.Status status,
RequestStatus.Reason reason,
java.lang.String reasonMessage)
Construct with a status code and a text message. |
|
RequestStatus(RequestStatus.Status status,
RequestStatus.Reason reason,
java.lang.String reasonMessageId,
java.lang.Object[] tokens)
Construct with a status code, message key & tokens. |
|
RequestStatus(RequestStatus.Status status,
java.lang.String reasonMessage)
Construct with a status code and a text message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |