Uses of Interface
net.officefloor.frame.internal.structure.Execution
Packages that use Execution
Package
Description
-
Uses of Execution in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive with parameters of type ExecutionModifier and TypeMethodDescriptiondefault <T extends 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 ExecutionModifier and TypeMethodDescription<E extends 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 ExecutionModifier and TypeMethodDescription<E extends 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 ExecutionModifier and TypeMethodDescription<T extends Throwable>
ProcessManagerWebThreadAffinityExecutive.manageExecution(Execution<T> execution)