Package org.ikasan.spec.module
Interface StartupControlService
-
public interface StartupControlService- Author:
- Ikasan Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartupControlgetStartupControl(java.lang.String moduleName, java.lang.String flowName)Get the startup control for the given module and flowvoidsetStartupType(java.lang.String moduleName, java.lang.String flowName, StartupType startupType, java.lang.String comment, java.lang.String actor)Set the startup type for the given module and flow
-
-
-
Method Detail
-
setStartupType
void setStartupType(java.lang.String moduleName, java.lang.String flowName, StartupType startupType, java.lang.String comment, java.lang.String actor)Set the startup type for the given module and flow- Parameters:
moduleName-flowName-startupType-comment-actor-
-
getStartupControl
StartupControl getStartupControl(java.lang.String moduleName, java.lang.String flowName)
Get the startup control for the given module and flow- Parameters:
moduleName-flowName-
-
-