| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Status.OnIOFailure>
com.bea.wsrp.consumer.interceptor.Status.OnIOFailure
public static enum Status.OnIOFailure
The possible return values for the onIOFailure method of an interceptor.
| Enum Constant Summary | |
|---|---|
| ABORT_CHAINAborts executing rest of the interceptors in a chain. | |
| CONTINUE_CHAINContinues executing interceptors chain. | |
| HANDLEDIndicates that an interceptor has handled an I/O failure and populated the response context with the markup for a particular portlet, and aborts executing rest of the interceptors in a chain. | |
| RETRYRetries the previous WSRP operation.. | |
| Method Summary | |
|---|---|
| static Status.OnIOFailure | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Status.OnIOFailure[] | values()Returns an array containing the constants of this enum type, in the order theyre 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 Status.OnIOFailure CONTINUE_CHAIN
public static final Status.OnIOFailure ABORT_CHAIN
public static final Status.OnIOFailure RETRY
The number of retry attempts is 1 per I/O failure per WSRP request. This also aborts executing rest of the interceptors in a chain.
public static final Status.OnIOFailure HANDLED
| Method Detail | 
|---|
public static final Status.OnIOFailure[] values()
public static Status.OnIOFailure valueOf(String name)
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||