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

AnalysisServiceInterfaceOperations.java

00001 package AnalysisServiceI;
00002 
00003 
00011 public interface AnalysisServiceInterfaceOperations  extends ipc.servantOperations
00012 {
00013   void analyze (String testname);
00014   void analyzeModule (String testname, String modulename);
00015   void purge ();
00016   String status ();
00017   short busy ();
00018   short queueLength ();
00019   void setFifo (boolean fifo);
00020   boolean isFifo ();
00021 } // interface AnalysisServiceInterfaceOperations

Generated on Fri Sep 16 18:05:52 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5