All Classes

Class Description
AbstractJobBus<CTX,​H>
The AbstractJobBus implements the JobBus interface.
AbstractJobBusDirectory<CTX,​H>
The AbstractJobBusDirectory extends the AbstractJobBus with the JobBusDirectory functionality.
JobBus<CTX,​H>
The JobBus makes use of the Undoable pattern and is used to execute job (Undoable) instances by a client.
JobBusDirectory<CTX,​H>
The JobBusDirectory is actually a plain extension of the JobBus providing access to all the handles currently being managed by the JobBus.
JobBusProxy<CTX,​H>
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.
SimpleJobBus<CTX>
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.
SimpleJobBusDirectory<CTX>
The SimpleJobBusDirectory is a ready to use implementation of a composite JobBusDirectory extending the AbstractJobBusDirectory.