|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.initiator.InitiatorStartupControl
public class InitiatorStartupControl
JavaBean encapsulating startup control information for Initiators The following start types are defined: AUTOMATIC: Initiator will be started by its container when the container is initialised MANUAL: Initiator will not be started by its container when container is started/initialised, but will be manually startable at a later stage DISABLED: Initiator will not be started by its container when container is started/initialised, and will not be manually startable at a later stage
| Nested Class Summary | |
|---|---|
static class |
InitiatorStartupControl.StartupType
|
| Constructor Summary | |
|---|---|
InitiatorStartupControl(String moduleName,
String initiatorName)
Constructor |
|
| Method Summary | |
|---|---|
String |
getComment()
Accessor for comment |
Long |
getId()
Accessor for id |
String |
getInitiatorName()
Accessor for initiatorName |
String |
getModuleName()
Accessor for moduleName |
InitiatorStartupControl.StartupType |
getStartupType()
Accessor for startupType |
boolean |
isAutomatic()
|
boolean |
isDisabled()
|
boolean |
isManual()
|
void |
setComment(String comment)
Mutator for comment |
void |
setStartupType(InitiatorStartupControl.StartupType startupType)
Setter for startupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitiatorStartupControl(String moduleName,
String initiatorName)
moduleName - - Name of the module with which the target Initiator is associatedinitiatorName - - Name of the target Initiator| Method Detail |
|---|
public String getModuleName()
public String getInitiatorName()
public InitiatorStartupControl.StartupType getStartupType()
public void setStartupType(InitiatorStartupControl.StartupType startupType)
action - public Long getId()
public boolean isAutomatic()
public boolean isManual()
public boolean isDisabled()
public String getComment()
public void setComment(String comment)
comment -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||