Interface Hello

public interface Hello
extends Remote

Method Index

 o deleteFunction(String, Vector)
 o getSavedList(String)
 o query(String)
 o saveToList(String, String)

Methods

 o getSavedList
 public abstract Vector getSavedList(String cookie) throws RemoteException
 o saveToList
 public abstract String saveToList(String cookie,
                                   String newSQL) throws RemoteException
 o deleteFunction
 public abstract String deleteFunction(String cookie,
                                       Vector SparedItems) throws RemoteException
 o query
 public abstract Return query(String SQL) throws RemoteException