00001 package AnalysisServiceI; 00002 00003 00011 public interface AnalysisServiceInterfaceOperations extends ipc.freeableOperations 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 } // interface AnalysisServiceInterfaceOperations