|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RemoteRequestType>
org.apache.jcs.auxiliary.remote.value.RemoteRequestType
public enum RemoteRequestType
The different types of requests
| Enum Constant Summary | |
|---|---|
ALIVE_CHECK
Alive check request type. |
|
DISPOSE
Dispose request type. |
|
GET
Get request type. |
|
GET_GROUP_KEYS
Get group keys request type. |
|
GET_GROUP_NAMES
Get group keys request type. |
|
GET_MATCHING
Get Matching request type. |
|
GET_MULTIPLE
Get Multiple request type. |
|
REMOVE
Remove request type. |
|
REMOVE_ALL
Remove All request type. |
|
UPDATE
Update request type. |
|
| Method Summary | |
|---|---|
static RemoteRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RemoteRequestType[] |
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 RemoteRequestType ALIVE_CHECK
public static final RemoteRequestType GET
public static final RemoteRequestType GET_MULTIPLE
public static final RemoteRequestType GET_MATCHING
public static final RemoteRequestType UPDATE
public static final RemoteRequestType REMOVE
public static final RemoteRequestType REMOVE_ALL
public static final RemoteRequestType GET_GROUP_KEYS
public static final RemoteRequestType DISPOSE
public static final RemoteRequestType GET_GROUP_NAMES
| Method Detail |
|---|
public static RemoteRequestType[] values()
for (RemoteRequestType c : RemoteRequestType.values()) System.out.println(c);
public static RemoteRequestType 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||