All Classes and Interfaces

Class
Description
The AbstractJobBus implements the JobBus interface.
The AbstractJobBusDirectory extends the AbstractJobBus with the JobBusDirectory functionality.
The JobBus makes use of the Undoable pattern and is used to execute job (Undoable) instances by a client.
The JobBusDirectory is actually a plain extension of the JobBus providing access to all the handles currently being managed by the JobBus.
The JobBusProxy implements a JobBus proxy: a JobBus proxy can use a remote JobBus whilst only delegating those operations to the remote JobBus which can be handled on the remote system.
The SimpleJobBus is a ready to use implementation of a composite JobBus wrapping a JobBusDirectory (actually a JobBus is sufficient) and delegating the method calls to the wrapped instances.
The SimpleJobBusDirectory is a ready to use implementation of a composite JobBusDirectory extending the AbstractJobBusDirectory.