|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.application.startup.InitializePaths
public class InitializePaths
Initializes all the path variables used by AppWarmup.
| Constructor Summary | |
|---|---|
InitializePaths()
|
|
| Method Summary | |
|---|---|
ReturnValue |
executeStep(int sequentialStepID)
Executes each step in the task. |
ReturnValue |
executeStepOne()
Determine portal home path |
ReturnValue |
executeStepThree()
Determine webhome and libhome |
ReturnValue |
executeStepTwo()
Determine other paths |
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 InitializePaths()
| 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 IStartupTaskpublic ReturnValue executeStepOne()
public ReturnValue executeStepTwo()
public ReturnValue executeStepThree()
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 | ||||||||