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