|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition>
com.scaleoutsoftware.soss.client.NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition
public static enum NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition
Enumeration used to indicate to StateServer the disposition of an expired object upon return from a StateServer event handler.
| Enum Constant Summary | |
|---|---|
Remove
The client would like the object removed from the store. |
|
Save
The client would like to keep the object in the store. |
|
| Method Summary | |
|---|---|
ObjectDisposition |
value()
|
static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition[] |
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 NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition Save
public static final NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition Remove
| Method Detail |
|---|
public static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition[] values()
for (NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition c : NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition.values()) System.out.println(c);
public static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition 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 nullpublic ObjectDisposition value()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||