Modifier and Type | Method and Description |
---|---|
static ExecutionContext |
ExecutionContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionContext[] |
ExecutionContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.setAllowedExecutionContext(ExecutionContext ctx) |
void |
RhinoConnection.setAllowedExecutionContext(ExecutionContext ctx)
Tell this connection to only allow particular connection contexts.
|