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

AnalysisServiceInterfaceOperations.java

00001 package AnalysisServiceI;
00002 
00003 
00015 public interface AnalysisServiceInterfaceOperations  extends ipc.servantOperations
00016 {
00017 
00019   void analyze (String testname);
00020 
00022   void analyzeModule (String testname, String modulename);
00023 
00025   void purge ();
00026 
00028   String status ();
00029 
00031   short busy ();
00032 
00034   short queueLength ();
00035 
00037   void setFifo (boolean fifo);
00038 
00040   boolean isFifo ();
00041 
00043   String[] listAlgorithms ();
00044 } // interface AnalysisServiceInterfaceOperations

Generated on Fri Dec 16 19:46:14 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5