|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.application.startup.InitializeObjects
public class InitializeObjects
Initializes Objects. This method will initialize any additional objects specified here, and any additional objects as specified by the AppWarmUpHelper. After this point, the Portal's TempFile, JSRegistry, and Secure JSRegistry will be available, as well as the objects defined in AppWarmUpHelper.
| Constructor Summary | |
|---|---|
InitializeObjects()
|
|
| Method Summary | |
|---|---|
ReturnValue |
executeStep(int sequentialStepID)
Executes each step in the task. |
ReturnValue |
executeStepOne()
Inits jsregistry and tempfile |
ReturnValue |
executeStepTwo()
Initializes the appwarmup helper objects |
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 InitializeObjects()
| 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 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 | ||||||||