//Artefact:JavaClass/com/sphenon/basics/operations/ExecutionContext
Synopsis
public ExecutionContext
extends SpecificContext
//Artefact:Constructor/com/sphenon/basics/operations/ExecutionContext/ExecutionContext
Synopsis
protected ExecutionContext (Context context)
//Artefact:Attribute/com/sphenon/basics/operations/ExecutionContext/execution_interceptor
Synopsis
protected com.sphenon.basics.operations.ExecutionInterceptor execution_interceptor
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/getOrCreate
Synopsis
public static com.sphenon.basics.operations.ExecutionContext getOrCreate (Context context)
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/get
Synopsis
public static com.sphenon.basics.operations.ExecutionContext get (Context context)
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/create
Synopsis
public static com.sphenon.basics.operations.ExecutionContext create (Context context)
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/setExecutionInterceptor
Synopsis
public void setExecutionInterceptor (CallContext cc, ExecutionInterceptor execution_interceptor)
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/getExecutionInterceptor
Synopsis
public com.sphenon.basics.operations.ExecutionInterceptor getExecutionInterceptor (CallContext cc)
//Artefact:Method/com/sphenon/basics/operations/ExecutionContext/notifyInterceptor
Synopsis
public static boolean notifyInterceptor (CallContext context, ExecutionControl execution_control)