Interface ManagedExecution<E extends java.lang.Throwable>
-
public interface ManagedExecution<E extends java.lang.Throwable>Managed execution.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessManagermanagedExecute()Undertakes the execution.
-
-
-
Method Detail
-
managedExecute
ProcessManager managedExecute() throws E extends java.lang.Throwable
Undertakes the execution.- Returns:
ProcessManagerto manage theProcessState.- Throws:
E- PossibleThrowablefrom execution.E extends java.lang.Throwable
-
-