Class HelloImpl

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteServer
                   |
                   +----java.rmi.server.UnicastRemoteObject
                           |
                           +----HelloImpl

public class HelloImpl
extends UnicastRemoteObject
implements Hello

Constructor Index

 o HelloImpl(String)

Method Index

 o deleteFunction(String, Vector)
 o getSavedList(String)
 o main(String[])
 o query(String)
 o saveToList(String, String)

Constructors

 o HelloImpl
 public HelloImpl(String s) throws RemoteException

Methods

 o getSavedList
 public Vector getSavedList(String cookie) throws RemoteException
 o saveToList
 public String saveToList(String cookie,
                          String newSQL) throws RemoteException
 o deleteFunction
 public String deleteFunction(String cookie,
                              Vector SparedItems) throws RemoteException
 o query
 public synchronized Return query(String SQL) throws RemoteException
 o main
 public static void main(String args[])