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 classDefaultExecutionContextprivate static classObjectGraph.WrapperExecutionContextFields in org.apache.xbean.recipe declared as ExecutionContext Modifier and Type Field Description private ExecutionContextObjectGraph.WrapperExecutionContext. executionContextFields in org.apache.xbean.recipe with type parameters of type ExecutionContext Modifier and Type Field Description private static java.lang.ThreadLocal<ExecutionContext>ExecutionContext. contextMethods in org.apache.xbean.recipe that return ExecutionContext Modifier and Type Method Description static ExecutionContextExecutionContext. getContext()static ExecutionContextExecutionContext. setContext(ExecutionContext newContext)Methods in org.apache.xbean.recipe with parameters of type ExecutionContext Modifier and Type Method Description static ExecutionContextExecutionContext. setContext(ExecutionContext newContext)Constructors in org.apache.xbean.recipe with parameters of type ExecutionContext Constructor Description WrapperExecutionContext(ExecutionContext executionContext)
-