|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitiatorStartupControl.StartupType | |
|---|---|
| org.ikasan.framework.initiator | |
| org.ikasan.framework.module.service | |
| Uses of InitiatorStartupControl.StartupType in org.ikasan.framework.initiator |
|---|
| Methods in org.ikasan.framework.initiator that return InitiatorStartupControl.StartupType | |
|---|---|
InitiatorStartupControl.StartupType |
InitiatorStartupControl.getStartupType()
Accessor for startupType |
static InitiatorStartupControl.StartupType |
InitiatorStartupControl.StartupType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InitiatorStartupControl.StartupType[] |
InitiatorStartupControl.StartupType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.ikasan.framework.initiator with parameters of type InitiatorStartupControl.StartupType | |
|---|---|
void |
InitiatorStartupControl.setStartupType(InitiatorStartupControl.StartupType startupType)
Setter for startupType |
| Uses of InitiatorStartupControl.StartupType in org.ikasan.framework.module.service |
|---|
| Methods in org.ikasan.framework.module.service with parameters of type InitiatorStartupControl.StartupType | |
|---|---|
void |
ModuleService.updateInitiatorStartupType(String moduleName,
String initiatorName,
InitiatorStartupControl.StartupType startupType,
String comment,
String actor)
Updates the startup type for the Initiator |
void |
ModuleServiceImpl.updateInitiatorStartupType(String moduleName,
String initiatorName,
InitiatorStartupControl.StartupType startupType,
String comment,
String actor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||