| Interface | Description |
|---|---|
| Exportable |
An exportable remote object.
|
| 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. |
| RemoteDelegateLocator |
Finds the remote delegate classes for a given class.
|
| RemoteDelegateLocator.Result |
The result.
|
| RemoteResultSetCursor<T> |
Remote delegate interface for
ResultSetCursor. |
| Class | Description |
|---|---|
| ClientSocketFactory |
Standard client socket factory.
|
| CompressedClientSocketFactory |
ZIP-compressed client socket factory.
|
| CompressedServerSocketFactory |
Zip-compressed server socket factory.
|
| CompressedSslClientSocketFactory |
ZIP-compressed client socket factory
|
| CompressedSslServerSocketFactory |
Zip-compressed server socket factory.
|
| DbObjectResult |
Result used to return the possibly new objectid, changed serial and a
result code for success or failure.
|
| 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. |
| DefaultRemoteDelegateLocator |
The default implementation for a
RemoteDelegateLocator. |
| InvocationLocals |
Holds the old thread-locals and MDC during remote delegate method invocation.
|
| RemoteDbConnectionImpl |
Server side RMI-connection implementation.
|
| RemoteDbSessionCleanupThread |
Cleans up dead or crashed sessions.
|
| RemoteDbSessionImpl |
User session within the application server.
|
| RemoteDelegateInvocationHandler |
Invocation handler to capture RMI method invocations.
|
| RemoteInputStream | |
| RemoteOutputStream | |
| RemoteResultSetCursorImpl<T extends PersistentDomainObject<T>> |
Remote delegate implementation for
ResultSetCursor. |
| RemoteServerObject |
Extends
UnicastRemoteObject to get the port and socket factories. |
| ServerSocketFactory |
Standard server socket factory.
|
| SocketFactoryFactory |
The factory for RMI socket factories.
|
| SslClientSocketFactory |
SSL client socket factory.
|
| SslServerSocketFactory |
SSL server socket factory.
|
| Enum | Description |
|---|---|
| SocketFactoryType |
The socket factory type.
|
| Exception | Description |
|---|---|
| RemoteSessionClosedException |
RMI servers should throw a RemoteSessionClosedException if the remote session is already closed.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.