Uses of Interface
net.officefloor.frame.internal.structure.Execution
-
Packages that use Execution Package Description net.officefloor.frame.api.executive net.officefloor.frame.impl.execute.execution net.officefloor.frame.internal.structure net.officefloor.web.executive -
-
Uses of Execution in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive with parameters of type Execution Modifier and Type Method Description default <T extends java.lang.Throwable>
ProcessManagerExecutive. manageExecution(Execution<T> execution)
Manages theExecution
. -
Uses of Execution in net.officefloor.frame.impl.execute.execution
Methods in net.officefloor.frame.impl.execute.execution with parameters of type Execution Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactoryImpl. createManagedExecution(Executive executive, Execution<E> execution)
-
Uses of Execution in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type Execution Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactory. createManagedExecution(Executive executive, Execution<E> execution)
Creates theManagedExecution
. -
Uses of Execution in net.officefloor.web.executive
Methods in net.officefloor.web.executive with parameters of type Execution Modifier and Type Method Description <T extends java.lang.Throwable>
ProcessManagerWebThreadAffinityExecutive. manageExecution(Execution<T> execution)
-