|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RegistryRequest.RequestType>
org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest.RequestType
public static enum RegistryRequest.RequestType
Request types
| Enum Constant Summary | |
|---|---|
addToEnvironment
|
|
bind
BIND : arg1 = context name, arg2 = key, arg3 = value |
|
createSubcontext
CREATE SUBCONTEXT : arg1 = context name, arg2 = name of the context to create |
|
destroySubcontext
DESTROY SUBCONTEXT : arg1 = context name, arg2 = nam of the context to destroy |
|
list
LIST : arg1 = context name, arg2 = context name to list the content |
|
listBindings
LIST BINDINGS : arg1 = context name, arg2 = context name to list the content |
|
lookup
LOOKUP : arg1 = context name, arg2 = key |
|
lookupLink
LOOKUP LINK : arg1 = context name, arg2 = key |
|
ping
PING : no arguments |
|
rebind
REBIND : arg1 = context name, arg2 = key, arg3 = value |
|
rename
RENAME : arg1 = context name, arg2 = old key, arg3 = new key |
|
unbind
UNBIND : arg1 = context name, arg2 = key |
|
| Method Summary | |
|---|---|
static RegistryRequest.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RegistryRequest.RequestType[] |
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 RegistryRequest.RequestType addToEnvironment
public static final RegistryRequest.RequestType bind
public static final RegistryRequest.RequestType createSubcontext
public static final RegistryRequest.RequestType destroySubcontext
public static final RegistryRequest.RequestType list
public static final RegistryRequest.RequestType listBindings
public static final RegistryRequest.RequestType lookup
public static final RegistryRequest.RequestType lookupLink
public static final RegistryRequest.RequestType ping
public static final RegistryRequest.RequestType rebind
public static final RegistryRequest.RequestType rename
public static final RegistryRequest.RequestType unbind
| Method Detail |
|---|
public static RegistryRequest.RequestType[] values()
for (RegistryRequest.RequestType c : RegistryRequest.RequestType.values()) System.out.println(c);
public static RegistryRequest.RequestType 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||