import "AnalysisServiceInterface.idl";
Public Member Functions | |
oneway void | analyze (in string testname) |
request to analyze all modules in a particular testname | |
oneway void | analyzeModule (in string testname, in string modulename) |
request to analyze one modules in a particular testname | |
oneway 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 (in 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 | |
StringList | listAlgorithms () |
list available analysis algorithms | |
Data Fields | |
const string | instanceName |
Use these to locate the AnalysisService. |
Definition at line 7 of file AnalysisServiceInterface.idl.
|
request to analyze all modules in a particular testname
|
|
request to analyze one modules in a particular testname
|
|
return the number of threads which are currently busy working on data
|
|
return true if using FIFO queue, false if using FILO stack
|
|
list available analysis algorithms
|
|
remove all old tests and module-specific algorithms from its internal memory
|
|
return the number of objects currently in the queue waiting to be processed
|
|
set queue time - if true use FIFO queue, if false use FILO stack
|
|
return a string containing lots of status and timing information
|
|
Use these to locate the AnalysisService.
Definition at line 11 of file AnalysisServiceInterface.idl. |