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
ManagedObjectStartupFunction
implementation.- 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 FlowMetaData
getFlowMetaData()
Obtains theFlowMetaData
for the startup task.java.lang.Object
getParameter()
Obtains the parameter to invoke the startupManagedFunction
with.
-
-
-
Constructor Detail
-
ManagedObjectStartupFunctionImpl
public ManagedObjectStartupFunctionImpl(FlowMetaData flowMetaData, java.lang.Object parameter)
Instantiate.- Parameters:
flowMetaData
-FlowMetaData
for the startupManagedFunction
.parameter
- Parameter to theManagedFunction
.
-
-
Method Detail
-
getFlowMetaData
public FlowMetaData getFlowMetaData()
Description copied from interface:ManagedObjectStartupFunction
Obtains theFlowMetaData
for the startup task.- Specified by:
getFlowMetaData
in interfaceManagedObjectStartupFunction
- Returns:
FlowMetaData
for the startup task.
-
getParameter
public java.lang.Object getParameter()
Description copied from interface:ManagedObjectStartupFunction
Obtains the parameter to invoke the startupManagedFunction
with.- Specified by:
getParameter
in interfaceManagedObjectStartupFunction
- Returns:
- Parameter for the startup
ManagedFunction
.
-
-