| 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. |
DbServer |
ServerApplication.getDbServer()
Gets the RMI server.
|
| Modifier and Type | Method and Description |
|---|---|
DbServer |
RemoteDbConnectionImpl.getServer()
Gets the DbServer.
|
| Constructor and Description |
|---|
RemoteDbConnectionImpl(DbServer server,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Creates a connection.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.