Uses of Interface
net.officefloor.frame.internal.structure.ManagedExecution
-
Packages that use ManagedExecution Package Description net.officefloor.frame.impl.execute.execution net.officefloor.frame.internal.structure -
-
Uses of ManagedExecution in net.officefloor.frame.impl.execute.execution
Methods in net.officefloor.frame.impl.execute.execution that return ManagedExecution Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactoryImpl. createManagedExecution(Executive executive, Execution<E> execution)
-
Uses of ManagedExecution in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedExecution Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactory. createManagedExecution(Executive executive, Execution<E> execution)
Creates theManagedExecution
.
-