|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<RemoteRegionErrorEvent.Type>
oracle.adf.view.rich.model.RemoteRegionErrorEvent.Type
public static enum RemoteRegionErrorEvent.Type
This is the type of the RemoteRegionErrorEvent being delivered. If the Error Event is not cause by one of these types then UNDEFINED will be returned. Keep in mind that other event types may be added in the future.
Enum Constant Summary | |
---|---|
AUTHORIZATION_ERROR Indicates that whatever task flow was being accessed on the producer, the consumer was unable to send the producer proper authorization. |
|
CONNECTION_ERROR Indicates that there was an error while trying to connect to the host. |
|
CONNECTION_TIMEOUT_ERROR Indicates that there was an timout while trying to connect to the host. |
|
HTTP_ERROR Indicates that an HTTP Error was returned by the server. |
|
SOCKET_TIMEOUT_ERROR Indicates that there was a socket timeout while trying to fetch content from the producer. |
|
UNDEFINED Errors other then the types defined above will returned the UNDEFINED type. |
Method Summary | |
---|---|
static RemoteRegionErrorEvent.Type |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static RemoteRegionErrorEvent.Type[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 RemoteRegionErrorEvent.Type AUTHORIZATION_ERROR
public static final RemoteRegionErrorEvent.Type CONNECTION_ERROR
public static final RemoteRegionErrorEvent.Type CONNECTION_TIMEOUT_ERROR
public static final RemoteRegionErrorEvent.Type SOCKET_TIMEOUT_ERROR
public static final RemoteRegionErrorEvent.Type HTTP_ERROR
RemoteRegionHttpErrorEvent
which will also contain information on the actual HTTP Error code.public static final RemoteRegionErrorEvent.Type UNDEFINED
Method Detail |
---|
public static RemoteRegionErrorEvent.Type[] values()
for (RemoteRegionErrorEvent.Type c : RemoteRegionErrorEvent.Type.values()) System.out.println(c);
public static RemoteRegionErrorEvent.Type 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 namejava.lang.NullPointerException
- if the argument is null
|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |