Interface ManagedObjectStartupFunction
-
- All Known Implementing Classes:
ManagedObjectStartupFunctionImpl
public interface ManagedObjectStartupFunctionStartupManagedFunctionfor aManagedObjectSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowMetaDatagetFlowMetaData()Obtains theFlowMetaDatafor the startup task.java.lang.ObjectgetParameter()Obtains the parameter to invoke the startupManagedFunctionwith.
-
-
-
Method Detail
-
getFlowMetaData
FlowMetaData getFlowMetaData()
Obtains theFlowMetaDatafor the startup task.- Returns:
FlowMetaDatafor the startup task.
-
getParameter
java.lang.Object getParameter()
Obtains the parameter to invoke the startupManagedFunctionwith.- Returns:
- Parameter for the startup
ManagedFunction.
-
-