Interface java.rmi.server.ServerRef (1.1)


public abstract interface ServerRef extends RemoteRef {
  // Public Instance Methods
    public abstract RemoteStub exportObject(Remote obj, RemoteServer server, Object data) throws RemoteException;
    public abstract String getClientHost( ) throws ServerNotActiveException;
}