00001 package SctServiceI; 00002 00003 00015 public interface SctServiceInterfaceOperations extends ipc.servantOperations 00016 { 00017 00021 String status (); 00022 00026 short busy (); 00027 00031 short queueLength (); 00032 } // interface SctServiceInterfaceOperations