Uses of Interface
org.refcodes.jobbus.JobBus
-
Uses of JobBus in org.refcodes.jobbus
Subinterfaces of JobBus in org.refcodes.jobbusModifier and TypeInterfaceDescriptioninterfaceJobBusDirectory<CTX,H> TheJobBusDirectoryis actually a plain extension of theJobBusproviding access to all the handles currently being managed by theJobBus.Classes in org.refcodes.jobbus that implement JobBusModifier and TypeClassDescriptionclassAbstractJobBus<CTX,H> TheAbstractJobBusimplements theJobBusinterface.classAbstractJobBusDirectory<CTX,H> classJobBusProxy<CTX,H> TheJobBusProxyimplements aJobBusproxy: aJobBusproxy can use a remoteJobBuswhilst only delegating those operations to the remoteJobBuswhich can be handled on the remote system.classSimpleJobBus<CTX>TheSimpleJobBusis a ready to use implementation of a compositeJobBuswrapping aJobBusDirectory(actually aJobBusis sufficient) and delegating the method calls to the wrapped instances.classTheSimpleJobBusDirectoryis a ready to use implementation of a compositeJobBusDirectoryextending theAbstractJobBusDirectory.Methods in org.refcodes.jobbus that return JobBusModifier and TypeMethodDescriptionSimpleJobBus.createJobBus(CTX aContext) Hook method pre-implemented useful when extending this class.Constructors in org.refcodes.jobbus with parameters of type JobBusModifierConstructorDescriptionJobBusProxy(JobBus<CTX, H> aJobBus) Instantiates a new job bus proxy impl.JobBusProxy(JobBus<CTX, H> aJobBus, ExecutorService aExecutorService) Instantiates a new job bus proxy impl.SimpleJobBus(JobBus<CTX, String> aJobBus) Instantiates theSimpleJobBusby using the providedJobBusto which the method calls are delegated.