3 import java.rmi.Remote;
4 import java.rmi.RemoteException;
19 throws RemoteException;
22 throws RemoteException;
24 public void selectData(Class tableName)
throws RemoteException;
26 public List<Object>
getData(Class tableName)
throws RemoteException;
29 String clause)
throws RemoteException;
32 Integer clause)
throws RemoteException;
34 public boolean insertData(Object type)
throws RemoteException;
36 public boolean changeData(Object tableName)
throws RemoteException;
38 public boolean deleteData(Object tableName)
throws RemoteException;