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()


Method Index

 o addHost()
 o getHost(ss98Host)
 o getOID(String)
 o putHost(ss98Host)
 o removeHost(ss98Host)

Methods

 o getOID
 public abstract String getOID(String oid) throws RemoteException
 o addHost
 public abstract ss98Host addHost() throws RemoteException
 o getHost
 public abstract ss98Host getHost(ss98Host host) throws RemoteException
 o putHost
 public abstract void putHost(ss98Host host) throws RemoteException
 o removeHost
 public abstract void removeHost(ss98Host host) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index