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
-
HelloImpl(String)
-
-
deleteFunction(String, Vector)
-
-
getSavedList(String)
-
-
main(String[])
-
-
query(String)
-
-
saveToList(String, String)
-
HelloImpl
public HelloImpl(String s) throws RemoteException
getSavedList
public Vector getSavedList(String cookie) throws RemoteException
saveToList
public String saveToList(String cookie,
String newSQL) throws RemoteException
deleteFunction
public String deleteFunction(String cookie,
Vector SparedItems) throws RemoteException
query
public synchronized Return query(String SQL) throws RemoteException
main
public static void main(String args[])