| Package | Description |
|---|---|
| org.tentackle.app |
Application lifecycle.
|
| org.tentackle.persist.rmi |
Persistence layer remoting.
|
| Modifier and Type | Method and Description |
|---|---|
protected DbServer |
ServerApplication.createDbServer(Class<? extends RemoteDbConnectionImpl> connectionClass)
Creates the DbServer instance (but does not start it).
The default implementation creates a DbServer. |
| Constructor and Description |
|---|
ServerApplication(String name,
Class<? extends RemoteDbConnectionImpl> connectionClass)
Creates an instance of an application server.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteDbConnectionImpl |
RemoteDbSessionImpl.getConnection()
Gets the server connection.
|
| Constructor and Description |
|---|
RemoteDbSessionImpl(RemoteDbConnectionImpl con,
SessionInfo clientInfo,
SessionInfo serverInfo)
Creates a session on a given connection.
|
| Constructor and Description |
|---|
DbServer(SessionInfo sessionInfo,
Class<? extends RemoteDbConnectionImpl> connectionClass)
Creates an instance of an RMI-db-server.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.