|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RequestStatus.Reason>
com.ibm.itim.remoteservices.provider.RequestStatus.Reason
public static enum RequestStatus.Reason
Enum Constant Summary | |
---|---|
AUTHENTICATION_ERROR
Communications error type for an unsuccessful request |
|
COMMUNICATION_ERROR
Processing error type for an unsuccessful request |
|
CONFIGURATION_ERROR
Communications error type for an unsuccessful request |
|
INSECURE_CONNECTION
Request Pending because resource has failed |
|
INVALID_SEARCH_CONTROLS_ERROR
Error type for an unsuccessful request indicating that the name requested was already in use. |
|
INVALID_SEARCH_FILTER_ERROR
Error type for an unsuccessful request indicating that the name requested was not found. |
|
NAME_ALREADY_BOUND_ERROR
Error type for an unsuccessful request indicating that the time limited was exceeded for the resource to respond. |
|
NAME_INVALID_ERROR
Authentication error type for an unsuccessful request |
|
NAME_NOT_FOUND_ERROR
Error type for an unsuccessful request indicating that there was no such attribute matching an attribute specified in the request. |
|
NO_REASON_SPECIFIED
|
|
NO_SUCH_ATTRIBUTE_ERROR
Error type for an unsuccessful request indicating that the operation requested was not implemented. |
|
OPERATION_NOT_SUPPORTED_ERROR
Error type for an unsuccessful request indicating that the format of the name of the entity was invalid. |
|
PENDING_ASYNCHRONOUS
|
|
PENDING_RECON_IN_PROGRESS
Request Pending because resource is Asynchronous |
|
PENDING_RESOURCE_FAILED
Recon In Progress and Request is Synchronous so cannot complete |
|
PROCESSING_ERROR
Connection is insecure (warning) |
|
RECON_IN_PROGRESS
Request Pending because resource has exclusive recon in progress |
|
SIZE_LIMIT_EXCEEDED_ERROR
Error type for an unsuccessful request indicating that the search filter specified in the request was invalid. |
|
TIME_LIMIT_EXCEEDED_ERROR
Error type for an unsuccessful request indicating that the search matched more results than could be returned. |
|
USER_ABORTED
Error type for an unsuccessful request indicating that the search controls specified in the request was invalid. |
Method Summary | |
---|---|
static RequestStatus.Reason |
getReason(int reasonOrd)
Map an integer ordinal value to it's corresponding enum value (should only be used for mapping external int reason codes, ie ITDI, to corresponding enum value) |
static RequestStatus.Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RequestStatus.Reason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RequestStatus.Reason NO_REASON_SPECIFIED
public static final RequestStatus.Reason PENDING_ASYNCHRONOUS
public static final RequestStatus.Reason PENDING_RECON_IN_PROGRESS
public static final RequestStatus.Reason RECON_IN_PROGRESS
public static final RequestStatus.Reason PENDING_RESOURCE_FAILED
public static final RequestStatus.Reason INSECURE_CONNECTION
public static final RequestStatus.Reason PROCESSING_ERROR
public static final RequestStatus.Reason COMMUNICATION_ERROR
public static final RequestStatus.Reason CONFIGURATION_ERROR
public static final RequestStatus.Reason AUTHENTICATION_ERROR
public static final RequestStatus.Reason NAME_INVALID_ERROR
public static final RequestStatus.Reason OPERATION_NOT_SUPPORTED_ERROR
public static final RequestStatus.Reason NO_SUCH_ATTRIBUTE_ERROR
public static final RequestStatus.Reason NAME_NOT_FOUND_ERROR
public static final RequestStatus.Reason INVALID_SEARCH_FILTER_ERROR
public static final RequestStatus.Reason SIZE_LIMIT_EXCEEDED_ERROR
public static final RequestStatus.Reason TIME_LIMIT_EXCEEDED_ERROR
public static final RequestStatus.Reason NAME_ALREADY_BOUND_ERROR
public static final RequestStatus.Reason INVALID_SEARCH_CONTROLS_ERROR
public static final RequestStatus.Reason USER_ABORTED
Method Detail |
---|
public static RequestStatus.Reason[] values()
for (RequestStatus.Reason c : RequestStatus.Reason.values()) System.out.println(c);
public static RequestStatus.Reason valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static RequestStatus.Reason getReason(int reasonOrd)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |