iiitAccessServer 1.0

de.iiit.access.common.api
Interface RMIServerIf

All Superinterfaces:
Remote
All Known Implementing Classes:
RMIServer

public interface RMIServerIf
extends Remote

This interface describes the public API of the RMI server.

Version:
$Revision: 1.4 $ $Date: 2003/04/13 21:13:38 $

Field Summary
static int DEFAULT_RMI_PORT
          The AccessServer's default RMI port
 
Method Summary
 RMISessionIf getSession(String user)
          Returns a new RMI session for a distinct user.
 void serverShutdown()
          Shuts the server down.
 

Field Detail

DEFAULT_RMI_PORT

public static final int DEFAULT_RMI_PORT
The AccessServer's default RMI port

See Also:
Constant Field Values
Method Detail

getSession

public RMISessionIf getSession(String user)
                        throws RemoteException
Returns a new RMI session for a distinct user.

Parameters:
user - the name of the for whom the session will be used.
Returns:
the newly created session
Throws:
RemoteException - if there are any RMI errors.

serverShutdown

public void serverShutdown()
                    throws RemoteException
Shuts the server down.

Throws:
RemoteException - if there are any RMI errors.

iiitAccessServer 1.0

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement