| Package | Description |
|---|---|
| org.tentackle.app |
Application lifecycle.
|
| org.tentackle.persist |
Persistence layer implementation.
|
| org.tentackle.persist.rmi |
Persistence layer remoting.
|
| Class and Description |
|---|
| DbServer
A generic db-RMI-DbServer.
The db properties file is parsed for the following keywords: service=service-name: defaults to the basename of the DbServer-class instance, i.e. |
| RemoteDbConnectionImpl
Server side RMI-connection implementation.
|
| Class and Description |
|---|
| AbstractDbObjectRemoteDelegate
Delegate for the AbstractDbObject class.
Notice: in this class we cut off generics! The reason is AbstractDbObject.getRemoteDelegate() which can't be made generic without making AbstractDbObject generic. |
| AbstractDbOperationRemoteDelegate
Delegate for the DbOperation class.
|
| RemoteDbConnection
RMI remote connection.
This is the first remote object passed to the client when it connects to the application server. |
| RemoteDbSession
Application server session.
The session will create all other delegates for the client. |
| RemoteDelegate
Tag interface for Remote delegates provided by getRemoteDelegate() in Db.
The implementation of a RemoteDelegate must provide a constructor as follows: |
| RemoteResultSetCursor
Remote delegate interface for
ResultSetCursor. |
| Class and Description |
|---|
| DbRemoteDelegate
Remote delegate interface for
Db. |
| DbServer
A generic db-RMI-DbServer.
The db properties file is parsed for the following keywords: service=service-name: defaults to the basename of the DbServer-class instance, i.e. |
| Exportable
An exportable remote object.
|
| InputStreamRemoteDelegate |
| OutputStreamRemoteDelegate |
| RemoteDbConnection
RMI remote connection.
This is the first remote object passed to the client when it connects to the application server. |
| RemoteDbConnectionImpl
Server side RMI-connection implementation.
|
| RemoteDbSession
Application server session.
The session will create all other delegates for the client. |
| RemoteDbSessionImpl
User session within the application server.
|
| RemoteDelegate
Tag interface for Remote delegates provided by getRemoteDelegate() in Db.
The implementation of a RemoteDelegate must provide a constructor as follows: |
| RemoteDelegateImpl
All remote delegates must extend this class
|
| RemoteDelegateLocator
Finds the remote delegate classes for a given class.
|
| RemoteDelegateLocator.Result
The result.
|
| RemoteResultSetCursor
Remote delegate interface for
ResultSetCursor. |
| RemoteServerObject
Extends
UnicastRemoteObject to get the port and socket factories. |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.