|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStartupNotification
| Method Summary | |
|---|---|
java.lang.String[] |
getReport()
Used to retrieve a comprehensive report of startup errors from the run. |
EventLog[] |
getReportEventLogs()
Used to retrieve a comprehensive report of startup errors from the run. |
void |
runEnd(ReturnValue initRet)
Called when the startup process completes. |
boolean |
runStart(int numTasks)
Called at the beginning of the startup process. |
void |
setReportEventLogs(EventLog[] eventVector,
XPArrayList reportLog)
Used to override generated results. |
boolean |
taskBegin(int taskLoop,
java.lang.String taskName,
int taskID)
Called at the beginning of the task. |
boolean |
taskEnd(int taskLoop,
java.lang.String taskName,
int taskID,
ReturnValue initRet,
IMessage msgs)
Called at the end of a specific task. |
boolean |
taskInitComplete(int taskLoop,
java.lang.String taskName,
int taskID,
int totalNumSteps,
ReturnValue initRet,
IMessage msgs)
Called once task initialization is complete. |
boolean |
taskStepBegin(int taskLoop,
java.lang.String taskName,
int taskID,
int stepLoop)
Called before a specific task step begins. |
boolean |
taskStepEnd(int taskLoop,
java.lang.String taskName,
int taskID,
int stepLoop,
ReturnValue initRet,
IMessage msgs)
Called at the end of an individual tasks' step. |
| Method Detail |
|---|
boolean runStart(int numTasks)
number - of tasks to execute overall
void runEnd(ReturnValue initRet)
boolean taskBegin(int taskLoop,
java.lang.String taskName,
int taskID)
taskLoop - taskName - taskID -
boolean taskInitComplete(int taskLoop,
java.lang.String taskName,
int taskID,
int totalNumSteps,
ReturnValue initRet,
IMessage msgs)
taskLoop - taskName - taskID - totalNumSteps - initRet -
boolean taskStepBegin(int taskLoop,
java.lang.String taskName,
int taskID,
int stepLoop)
taskLoop - taskName - taskID - stepLoop -
boolean taskStepEnd(int taskLoop,
java.lang.String taskName,
int taskID,
int stepLoop,
ReturnValue initRet,
IMessage msgs)
taskLoop - taskName - taskID - stepLoop - initRet -
boolean taskEnd(int taskLoop,
java.lang.String taskName,
int taskID,
ReturnValue initRet,
IMessage msgs)
taskLoop - taskName - taskID - initRet -
java.lang.String[] getReport()
EventLog[] getReportEventLogs()
void setReportEventLogs(EventLog[] eventVector,
XPArrayList reportLog)
EventLog[] - eventVector: Ordered array of eventlogs that form a comprehensive startup
ERROR report
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||