All Packages Class Hierarchy This Package Previous Next Index
Interface ss98.rmi.ss98Interface
- public interface ss98Interface
- extends Remote
This is the interface that the server must implement. Every function
in ss98Server that the client should have the ability to execute must be
listed in here.
$Id: ss98Interface.java,v 1.2 1999/05/06 01:05:07 jeremiah Exp $
$Log: ss98Interface.java,v $
Revision 1.2 1999/05/06 01:05:07 jeremiah
added removeHost()
-
addHost()
-
-
getHost(ss98Host)
-
-
getOID(String)
-
-
putHost(ss98Host)
-
-
removeHost(ss98Host)
-
getOID
public abstract String getOID(String oid) throws RemoteException
addHost
public abstract ss98Host addHost() throws RemoteException
getHost
public abstract ss98Host getHost(ss98Host host) throws RemoteException
putHost
public abstract void putHost(ss98Host host) throws RemoteException
removeHost
public abstract void removeHost(ss98Host host) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index