Class ManagedObjectStartupFunctionImpl
java.lang.Object
net.officefloor.frame.impl.execute.managedobject.ManagedObjectStartupFunctionImpl
- All Implemented Interfaces:
ManagedObjectStartupFunction
public class ManagedObjectStartupFunctionImpl
extends Object
implements ManagedObjectStartupFunction
ManagedObjectStartupFunction implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionManagedObjectStartupFunctionImpl(FlowMetaData flowMetaData, Object parameter) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains theFlowMetaDatafor the startup task.Obtains the parameter to invoke the startupManagedFunctionwith.
-
Constructor Details
-
ManagedObjectStartupFunctionImpl
Instantiate.- Parameters:
flowMetaData-FlowMetaDatafor the startupManagedFunction.parameter- Parameter to theManagedFunction.
-
-
Method Details
-
getFlowMetaData
Description copied from interface:ManagedObjectStartupFunctionObtains theFlowMetaDatafor the startup task.- Specified by:
getFlowMetaDatain interfaceManagedObjectStartupFunction- Returns:
FlowMetaDatafor the startup task.
-
getParameter
Description copied from interface:ManagedObjectStartupFunctionObtains the parameter to invoke the startupManagedFunctionwith.- Specified by:
getParameterin interfaceManagedObjectStartupFunction- Returns:
- Parameter for the startup
ManagedFunction.
-