|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the public API of the RMI server.
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 |
public static final int DEFAULT_RMI_PORT
Method Detail |
public RMISessionIf getSession(String user) throws RemoteException
user
- the name of the for whom the session will be used.
RemoteException
- if there are any RMI errors.public void serverShutdown() throws RemoteException
RemoteException
- if there are any RMI errors.
|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |