|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteDbSession
Application server session.
The session will create all other delegates for the client.
| Method Summary | |
|---|---|
void |
close()
Closes a session. |
DbRemoteDelegate |
getDbRemoteDelegate()
Gets the delegate for the remote db-connection. |
RemoteDelegate |
getRemoteDelegate(String classname,
int delegateId)
Gets the delegate for a given classname. Per class the rmi-clients request a remote access there must be a RemoteDelegate. |
void |
log(Logger.Level level,
String message)
Sends text based logging infos to the RMI-Server. |
| Method Detail |
|---|
void close()
throws RemoteException
RemoteException
void log(Logger.Level level,
String message)
throws RemoteException
level - message -
RemoteException
DbRemoteDelegate getDbRemoteDelegate()
throws RemoteException
RemoteException
RemoteDelegate getRemoteDelegate(String classname,
int delegateId)
throws RemoteException
classname - is the name of classdelegateId - is the client-side ID of the delegate
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||