Inheritance diagram for AnalysisServiceI.AnalysisServiceInterfaceOperations:

Public Member Functions | |
| void | analyze (String testname) | 
| request to analyze all modules in a particular testname  | |
| void | analyzeModule (String testname, String modulename) | 
| request to analyze one modules in a particular testname  | |
| void | purge () | 
| remove all old tests and module-specific algorithms from its internal memory  | |
| String | status () | 
| return a string containing lots of status and timing information  | |
| short | busy () | 
| return the number of threads which are currently busy working on data  | |
| short | queueLength () | 
| return the number of objects currently in the queue waiting to be processed  | |
| void | setFifo (boolean fifo) | 
| set queue time - if true use FIFO queue, if false use FILO stack  | |
| boolean | isFifo () | 
| return true if using FIFO queue, false if using FILO stack  | |
| String[] | listAlgorithms () | 
| list available analysis algorithms  | |
Definition at line 15 of file AnalysisServiceInterfaceOperations.java.
 1.4.6