|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageExchange.FailureType>
org.apache.ode.bpel.iapi.MessageExchange.FailureType
public static enum MessageExchange.FailureType
Enumeration of the types of failures.
Enum Constant Summary | |
---|---|
ABORTED
Message exchange processing was aborted. |
|
COMMUNICATION_ERROR
Network / IPC errror. |
|
FORMAT_ERROR
Request message was of an invalid/unrecognized format. |
|
INVALID_ENDPOINT
Requested endpoint is invalid. |
|
NO_RESPONSE
An internal failure: no response was provided. |
|
NOMATCH
|
|
OTHER
Other failure. |
|
UNKNOWN_ENDPOINT
Requested endpoint is unknown/unavailable. |
|
UNKNOWN_OPERATION
Requested operation is unknown/unimplemented. |
Method Summary | |
---|---|
static MessageExchange.FailureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageExchange.FailureType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageExchange.FailureType INVALID_ENDPOINT
public static final MessageExchange.FailureType UNKNOWN_ENDPOINT
public static final MessageExchange.FailureType UNKNOWN_OPERATION
public static final MessageExchange.FailureType COMMUNICATION_ERROR
public static final MessageExchange.FailureType FORMAT_ERROR
public static final MessageExchange.FailureType NO_RESPONSE
public static final MessageExchange.FailureType ABORTED
public static final MessageExchange.FailureType OTHER
public static final MessageExchange.FailureType NOMATCH
Method Detail |
---|
public static final MessageExchange.FailureType[] values()
for(MessageExchange.FailureType c : MessageExchange.FailureType.values()) System.out.println(c);
public static MessageExchange.FailureType 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |