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