|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Supplier | |
com.rhi.architecture.parc | |
com.rhi.architecture.parc.channel | |
com.rhi.architecture.parc.filter |
Uses of Supplier in com.rhi.architecture.parc |
Subinterfaces of Supplier in com.rhi.architecture.parc | |
interface |
Channel
The Channel interface represents the glue that ties processing elements together in the pipeline architecture. |
Classes in com.rhi.architecture.parc that implement Supplier | |
class |
ArrayListQueue
Channel Implementation using ArrayList. |
class |
LinkedListQueue
LinkedListQueue - general purpose implementation of Channel. |
Methods in com.rhi.architecture.parc with parameters of type Supplier | |
void |
Filter.setInbound(Supplier c)
Set the inbound delivery mechanism. |
Uses of Supplier in com.rhi.architecture.parc.channel |
Classes in com.rhi.architecture.parc.channel that implement Supplier | |
class |
AbstractChannel
Abstract Channel |
Uses of Supplier in com.rhi.architecture.parc.filter |
Methods in com.rhi.architecture.parc.filter that return Supplier | |
Supplier |
AbstractFilter.getInbound()
supplier configured on the inbound side of the filter. |
Methods in com.rhi.architecture.parc.filter with parameters of type Supplier | |
void |
FilterSet.setInbound(Supplier s)
Set the inbound delivery mechanism. |
void |
AbstractFilter.setInbound(Supplier s)
Set the inbound delivery mechanism. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |