public static enum AbstractCommonEventProcessingCacheListener.RegionEventType extends java.lang.Enum<AbstractCommonEventProcessingCacheListener.RegionEventType>
| Enum Constant and Description |
|---|
CLEAR |
CREATE |
DESTROY |
INVALIDATE |
LIVE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractCommonEventProcessingCacheListener.RegionEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCommonEventProcessingCacheListener.RegionEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCommonEventProcessingCacheListener.RegionEventType CLEAR
public static final AbstractCommonEventProcessingCacheListener.RegionEventType CREATE
public static final AbstractCommonEventProcessingCacheListener.RegionEventType DESTROY
public static final AbstractCommonEventProcessingCacheListener.RegionEventType INVALIDATE
public static final AbstractCommonEventProcessingCacheListener.RegionEventType LIVE
public static AbstractCommonEventProcessingCacheListener.RegionEventType[] values()
for (AbstractCommonEventProcessingCacheListener.RegionEventType c : AbstractCommonEventProcessingCacheListener.RegionEventType.values()) System.out.println(c);
public static AbstractCommonEventProcessingCacheListener.RegionEventType 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