Interface Hello
- public interface Hello
- extends Remote
-
deleteFunction(String, Vector)
-
-
getSavedList(String)
-
-
query(String)
-
-
saveToList(String, String)
-
getSavedList
public abstract Vector getSavedList(String cookie) throws RemoteException
saveToList
public abstract String saveToList(String cookie,
String newSQL) throws RemoteException
deleteFunction
public abstract String deleteFunction(String cookie,
Vector SparedItems) throws RemoteException
query
public abstract Return query(String SQL) throws RemoteException