Uses of Interface
com.rhi.architecture.parc.Consumer

Packages that use Consumer
com.rhi.architecture.parc   
com.rhi.architecture.parc.channel   
com.rhi.architecture.parc.filter   
 

Uses of Consumer in com.rhi.architecture.parc
 

Subinterfaces of Consumer 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 Consumer
 class ArrayListQueue
          Channel Implementation using ArrayList.
 class LinkedListQueue
          LinkedListQueue - general purpose implementation of Channel.
 

Methods in com.rhi.architecture.parc with parameters of type Consumer
 void Filter.setOutbound(Consumer c)
          Set the outbound delivery mechanism.
 void Filter.setErrorChannel(Consumer err)
          Set the holding bin used for errored records..
 

Uses of Consumer in com.rhi.architecture.parc.channel
 

Classes in com.rhi.architecture.parc.channel that implement Consumer
 class AbstractChannel
          Abstract Channel
 

Uses of Consumer in com.rhi.architecture.parc.filter
 

Methods in com.rhi.architecture.parc.filter that return Consumer
 Consumer AbstractFilter.getOutbound()
          consumer configured on the outbound side of this filter.
 Consumer AbstractFilter.getErrorChannel()
          return error channel
 

Methods in com.rhi.architecture.parc.filter with parameters of type Consumer
 void FilterSet.setOutbound(Consumer c)
          Set the outbound delivery mechanism.
 void FilterSet.setErrorChannel(Consumer err)
          Set the holding bin used for errored records..
 void AbstractFilter.setOutbound(Consumer c)
          Set the outbound delivery mechanism.
 void AbstractFilter.setErrorChannel(Consumer err)
          Set the error delivery mechanism.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.