3 import java.rmi.RemoteException;
4 import java.rmi.server.UnicastRemoteObject;
16 private static final long serialVersionUID = 1L;
23 throws RemoteException {
28 throws RemoteException {
33 public List<Object>
getData(Class tableName)
throws RemoteException {
38 public void selectData(Class tableName)
throws RemoteException {
48 public boolean changeData(Object tableName)
throws RemoteException {
53 public boolean deleteData(Object tableName)
throws RemoteException {
59 String clause)
throws RemoteException {
66 Integer clause)
throws RemoteException {