Uiinfrastructure API Docs  
 

IStartupNotification Members

IStartupNotification overview

Public Instance Methods

icongetReport Used to retrieve a comprehensive report of startup errors from the run.
icongetReportEventLogs Used to retrieve a comprehensive report of startup errors from the run.
iconrunEnd Called when the startup process completes. Always called, via finally.
iconrunStart Called at the beginning of the startup process.
iconsetReportEventLogs Used to override generated results. Use this to leverage the diagnostic page for non-diagnostic uses such as special error handling
icontaskBegin Called at the beginning of the task. Simple start notification.
icontaskEnd Called at the end of a specific task. Always called, with a finally. The ReturnValue here contains the final result of that task: the integer result code holds what the systemn feels the final result is. Notice that an individual step could fail with error, but the overall task simply show a warning.
icontaskInitComplete Called once task initialization is complete. Returns the number of steps in this task. The ReturnValue contains any errors or exceptions that may have occurred during initialization.
icontaskStepBegin Called before a specific task step begins. Simply a notifier.
icontaskStepEnd Called at the end of an individual tasks' step. Always called, with a finally. Exceptions and error return values in the ReturnValue object.

See Also

IStartupNotification Interface | com.plumtree.uiinfrastructure.application.notification Namespace