|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.application.startup.InitializeConfigHelper
public class InitializeConfigHelper
Initializes the config helper. This loads the core ConfigVarPack.
| Constructor Summary | |
|---|---|
InitializeConfigHelper()
|
|
| Method Summary | |
|---|---|
ReturnValue |
executeStep(int sequentialStepID)
Executes each step in the task. |
XPArrayList |
getMsg(int stepid,
Platform platform,
ReturnValue ret)
Message element. |
StartupTaskMessage[] |
getMsgArray()
|
int |
getNumMsgs()
Message count. |
int |
getNumSteps()
Ideally, the number of steps in a startup task is a fixed static value. |
int |
getTaskID()
Unique identifier for task. |
java.lang.String |
getTaskName()
Simple text name for task. |
ReturnValue |
init(java.lang.String _strApplicationName)
Does whatever initialization is required by this task in order to determine the number of steps in the task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitializeConfigHelper()
| Method Detail |
|---|
public java.lang.String getTaskName()
IStartupTask
getTaskName in interface IStartupTaskpublic int getTaskID()
IStartupTask
getTaskID in interface IStartupTaskpublic int getNumSteps()
IStartupTask
getNumSteps in interface IStartupTaskpublic ReturnValue init(java.lang.String _strApplicationName)
IStartupTask
init in interface IStartupTaskpublic ReturnValue executeStep(int sequentialStepID)
IStartupTask
executeStep in interface IStartupTask
public XPArrayList getMsg(int stepid,
Platform platform,
ReturnValue ret)
IMessage
getMsg in interface IMessagepublic StartupTaskMessage[] getMsgArray()
getMsgArray in interface IMessagepublic int getNumMsgs()
IMessage
getNumMsgs in interface IMessage
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||