Interface Server

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ServerImpl

public interface Server
extends java.rmi.Remote


Method Summary
 Connection logon(java.lang.String name, Client c)
           
 

Method Detail

logon

public Connection logon(java.lang.String name,
                        Client c)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException