Inheritance diagram for AnalysisServiceI._AnalysisServiceInterfaceStub:


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 | |
| ipc.servantPackage.info | information () |
| void | shutdown () |
| String[] | _ids () |
Private Member Functions | |
| void | readObject (java.io.ObjectInputStream s) throws java.io.IOException |
| void | writeObject (java.io.ObjectOutputStream s) throws java.io.IOException |
Static Private Attributes | |
| static String[] | __ids |
Definition at line 15 of file _AnalysisServiceInterfaceStub.java.
|
|
Initial value: {
"IDL:AnalysisServiceI/AnalysisServiceInterface:1.0",
"IDL:ipc/servant:1.0"}
Definition at line 245 of file _AnalysisServiceInterfaceStub.java. Referenced by AnalysisServiceI._AnalysisServiceInterfaceStub._ids(). |
1.4.6