1 3 import org.ozoneDB.*; 4 5 6 public interface Cattell extends OzoneRemote { 7 8 9 public void addParts( int num ) throws Exception ; 11 12 public void connectParts( int num ) throws Exception ; 14 15 public void lookup( int num ) throws Exception ; 16 17 18 public void traversal( int num ) throws Exception ; 19 20 21 public void insert( int num ) throws Exception ; 23 24 public void delete( int num ) throws Exception ; 26 27 public void done() throws Exception ; 28 } 29 | Popular Tags |