Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

AnalysisServiceI._AnalysisServiceInterfaceStub Class Reference

CORBA interface to the AnalysisService. More...

Inheritance diagram for AnalysisServiceI._AnalysisServiceInterfaceStub:

Inheritance graph
[legend]
Collaboration diagram for AnalysisServiceI._AnalysisServiceInterfaceStub:

Collaboration graph
[legend]
List of all members.

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

String[] __ids

Detailed Description

CORBA interface to the AnalysisService.

Definition at line 15 of file _AnalysisServiceInterfaceStub.java.


Member Data Documentation

String [] AnalysisServiceI._AnalysisServiceInterfaceStub.__ids [static, private]
 

Initial value:

 {
    "IDL:AnalysisServiceI/AnalysisServiceInterface:1.0", 
    "IDL:ipc/servant:1.0"}

Definition at line 245 of file _AnalysisServiceInterfaceStub.java.


The documentation for this class was generated from the following file:
Generated on Thu Dec 22 20:25:46 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5