Package net.officefloor.frame.test
Class TestManagedObject.TestRecycle
java.lang.Object
net.officefloor.frame.api.function.StaticManagedFunction<O,F>
net.officefloor.frame.test.TestManagedObject.TestRecycle
- All Implemented Interfaces:
ManagedFunction<O,,F> ManagedFunctionFactory<O,F>
Recycles the
ManagedObject.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ManagedFunctionContext<O, F> context) Executes the function.Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
Constructor Details
-
TestRecycle
public TestRecycle()
-
-
Method Details
-
execute
Description copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
Throwable- Indicating failure of theManagedFunction.
-