Uiinfrastructure API Docs  
 

IStartupTask.executeStep Method 

Executes each step in the task. Note that you should not conciously throw exceptions in this method; use the return value instead, denoting the severity and error message; it will be rethrown as an exception for you. This design increases the flexibility and re-use of your startup tasks.

ReturnValue executeStep(
   int sequentialStepID
);

Parameters

sequentialStepID

Return Value

ReturnValue with result code and string

See Also

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