Uiinfrastructure API Docs  
 

DiagnosticRunner Members

DiagnosticRunner overview

Public Static Methods

iconiconcreate 
iconiconinstance Singleton instance accessor

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconexecuteAllTests Executes the appwarmup directly in uiinfrastructure, then pauses at the end.
iconexecuteAllTestsWithoutPause Executes the appwarmup directly in uiinfrastructure.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
icongetReport 
icongetReportEventLogs 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconinit delay static instance init until construction for speed and debuggability
iconrunEnd Called when the startup process completes. Always called, via finally.
iconrunStartOverloaded. Called at the beginning of the startup process. Here we instantiate reporting classes and all other objects used to track startup.
iconsetReportEventLogs 
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.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DiagnosticRunner Class | com.plumtree.uiinfrastructure.diagnostic Namespace