Uses of Class
org.apache.xbean.recipe.ExecutionContext
-
Packages that use ExecutionContext Package Description org.apache.xbean.recipe -
-
Uses of ExecutionContext in org.apache.xbean.recipe
Subclasses of ExecutionContext in org.apache.xbean.recipe Modifier and Type Class Description class
DefaultExecutionContext
private static class
ObjectGraph.WrapperExecutionContext
Fields in org.apache.xbean.recipe declared as ExecutionContext Modifier and Type Field Description private ExecutionContext
ObjectGraph.WrapperExecutionContext. executionContext
Fields in org.apache.xbean.recipe with type parameters of type ExecutionContext Modifier and Type Field Description private static java.lang.ThreadLocal<ExecutionContext>
ExecutionContext. context
Methods in org.apache.xbean.recipe that return ExecutionContext Modifier and Type Method Description static ExecutionContext
ExecutionContext. getContext()
static ExecutionContext
ExecutionContext. setContext(ExecutionContext newContext)
Methods in org.apache.xbean.recipe with parameters of type ExecutionContext Modifier and Type Method Description static ExecutionContext
ExecutionContext. setContext(ExecutionContext newContext)
Constructors in org.apache.xbean.recipe with parameters of type ExecutionContext Constructor Description WrapperExecutionContext(ExecutionContext executionContext)
-