Uses of Interface
org.refcodes.jobbus.JobBus
-
-
Uses of JobBus in org.refcodes.jobbus
Subinterfaces of JobBus in org.refcodes.jobbus Modifier and Type Interface Description interfaceJobBusDirectory<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 JobBus Modifier and Type Class Description classAbstractJobBus<CTX,H>TheAbstractJobBusimplements theJobBusinterface.classAbstractJobBusDirectory<CTX,H>classJobBusDirectoryImpl<CTX>TheJobBusDirectoryImplis a ready to use implementation of a compositeJobBusDirectoryextending theAbstractJobBusDirectory.classJobBusImpl<CTX>TheJobBusImplis a ready to use implementation of a compositeJobBuswrapping aJobBusDirectory(actually aJobBusis sufficient) and delegating the method calls to the wrapped instances.classJobBusProxyImpl<CTX,H>TheJobBusProxyImplimplements aJobBusproxy: aJobBusproxy can use a remoteJobBuswhilst only delegating those operations to the remoteJobBuswhich can be handled on the remote system.Methods in org.refcodes.jobbus that return JobBus Modifier and Type Method Description protected JobBus<CTX,java.lang.String>JobBusImpl. createJobBus(CTX aContext)Hook method pre-implemented useful when extending this class.Constructors in org.refcodes.jobbus with parameters of type JobBus Constructor Description JobBusImpl(JobBus<CTX,java.lang.String> aJobBus)Instantiates theJobBusImplby using the providedJobBusto which the method calls are delegated.JobBusProxyImpl(JobBus<CTX,H> aJobBus)Instantiates a new job bus proxy impl.JobBusProxyImpl(JobBus<CTX,H> aJobBus, java.util.concurrent.ExecutorService aExecutorService)Instantiates a new job bus proxy impl.
-