| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| org.tentackle.persist.rmi |
Persistence layer remoting.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteDbSession |
Db.getRemoteDbSession()
Gets the remote session object.
|
RemoteDbSession |
RemoteSessionAdapter.getRemoteDbSession()
Gets the remote db session object.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteSession |
RemoteSessionFactory.create(RemoteDbSession remoteDbSession)
Creates the remote session.
|
RemoteSession |
DbRemoteSessionFactory.create(RemoteDbSession remoteDbSession) |
| Constructor and Description |
|---|
RemoteSessionAdapter(RemoteDbSession rs)
Creates the remote session adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDbSessionImpl
User session within the application server.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RemoteDbSession |
RemoteDbConnectionImpl.createSession(SessionInfo clientInfo)
Creates the session.
Needs to be implemented by the application. |
RemoteDbSession |
RemoteDbConnection.login(SessionInfo clientInfo)
Login to remote RMI-server.
|
RemoteDbSession |
RemoteDbConnectionImpl.login(SessionInfo clientInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDbConnection.logout(RemoteDbSession session)
Logout from remote RMI-Server.
|
void |
RemoteDbConnectionImpl.logout(RemoteDbSession session) |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.