Uses of Class
com.opencloud.slee.remote.ExecutionContext
-
-
Uses of ExecutionContext in com.opencloud.slee.remote
Methods in com.opencloud.slee.remote that return ExecutionContext Modifier and Type Method 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.Methods in com.opencloud.slee.remote with parameters of type ExecutionContext Modifier and Type Method Description void
ConnectionImpl. setAllowedExecutionContext(ExecutionContext ctx)
void
RhinoConnection. setAllowedExecutionContext(ExecutionContext ctx)
Tell this connection to only allow particular connection contexts.
-