| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CacheOperationOutcomes.NonStopOperationOutcomes>
net.sf.ehcache.CacheOperationOutcomes.NonStopOperationOutcomes
public static enum CacheOperationOutcomes.NonStopOperationOutcomes
The Enum NonStopOperationOutcomes.
| Enum Constant Summary | |
|---|---|
| FAILUREfailure | |
| REJOIN_TIMEOUTThe rejoin driven timeout | |
| SUCCESSThe success. | |
| TIMEOUTThe timeout. | |
| Method Summary | |
|---|---|
| static CacheOperationOutcomes.NonStopOperationOutcomes | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CacheOperationOutcomes.NonStopOperationOutcomes[] | 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 CacheOperationOutcomes.NonStopOperationOutcomes SUCCESS
public static final CacheOperationOutcomes.NonStopOperationOutcomes FAILURE
public static final CacheOperationOutcomes.NonStopOperationOutcomes REJOIN_TIMEOUT
public static final CacheOperationOutcomes.NonStopOperationOutcomes TIMEOUT
| Method Detail | 
|---|
public static CacheOperationOutcomes.NonStopOperationOutcomes[] values()
for (CacheOperationOutcomes.NonStopOperationOutcomes c : CacheOperationOutcomes.NonStopOperationOutcomes.values()) System.out.println(c);
public static CacheOperationOutcomes.NonStopOperationOutcomes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||