Uses of Class
org.apache.xbean.recipe.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in org.apache.xbean.recipe
Subclasses of ExecutionContext in org.apache.xbean.recipeModifier and TypeClassDescriptionclass
private static class
Fields in org.apache.xbean.recipe declared as ExecutionContextModifier and TypeFieldDescriptionprivate final ExecutionContext
ObjectGraph.WrapperExecutionContext.executionContext
Fields in org.apache.xbean.recipe with type parameters of type ExecutionContextModifier and TypeFieldDescriptionprivate static final ThreadLocal<ExecutionContext>
ExecutionContext.context
Methods in org.apache.xbean.recipe that return ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContext
ExecutionContext.getContext()
static ExecutionContext
ExecutionContext.setContext
(ExecutionContext newContext) Methods in org.apache.xbean.recipe with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContext
ExecutionContext.setContext
(ExecutionContext newContext) Constructors in org.apache.xbean.recipe with parameters of type ExecutionContext