| Interface | Description |
|---|---|
| IProtocol |
An abstraction of remote bridge protocols.
|
| IReceiver |
An abstraction for giving back a reply for a request.
|
| IThreadPool |
This interface is an abstraction of the various threadpool implementations.
|
| Class | Description |
|---|---|
| JavaThreadPool |
This class implements a java thread pool.
|
| Job |
The Job is an abstraction for tasks which have to be done
remotely because of a method invocation.
|
| JobQueue |
The
JobQueue implements a queue for jobs. |
| Message |
A remote request or reply message.
|
| remote_environment | |
| ThreadId | |
| ThreadPoolManager |
Manages the UNO thread pool factory.
|