Interface ManagedObjectStartupFunction
-
- All Known Implementing Classes:
ManagedObjectStartupFunctionImpl
public interface ManagedObjectStartupFunction
StartupManagedFunction
for aManagedObjectSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getFlowMetaData
FlowMetaData getFlowMetaData()
Obtains theFlowMetaData
for the startup task.- Returns:
FlowMetaData
for the startup task.
-
getParameter
java.lang.Object getParameter()
Obtains the parameter to invoke the startupManagedFunction
with.- Returns:
- Parameter for the startup
ManagedFunction
.
-
-