arlut.csd.ganymede
Interface Server

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

public interface Server
extends java.rmi.Remote


Method Summary
 adminSession admin(Admin admin)
           
 Session login(Client client)
           
 boolean up()
           
 XMLSession xmlLogin(Client client)
           
 

Method Detail

login

public Session login(Client client)
              throws java.rmi.RemoteException

xmlLogin

public XMLSession xmlLogin(Client client)
                    throws java.rmi.RemoteException

admin

public adminSession admin(Admin admin)
                   throws java.rmi.RemoteException

up

public boolean up()
           throws java.rmi.RemoteException