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
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)
-