|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteDbConnection
RMI remote connection.
This is the first remote object passed to the client when it connects
to the application server. The connection object handles the login
and logout to/from a session. The socket factories used for the
connection object are defined by the server. The session, however,
and all subsequent remote objects can get different socket factories
depending on what the client requests. See DbServer for more details.
| Method Summary | |
|---|---|
RemoteDbSession |
login(UserInfo clientInfo)
Login to remote RMI-server. |
void |
logout(RemoteDbSession session)
Logout from remote RMI-Server. |
| Method Detail |
|---|
RemoteDbSession login(UserInfo clientInfo)
throws RemoteException
clientInfo - the user information
RemoteException - if some error, for example wrong passord
void logout(RemoteDbSession session)
throws RemoteException
session - to be closed
RemoteException - if some error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||