Uses of Interface
org.jacorb.notification.interfaces.FilterStage

Packages that use FilterStage
org.jacorb.notification   
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of FilterStage in org.jacorb.notification
 

Methods in org.jacorb.notification that return FilterStage
 FilterStage AbstractMessage.getFilterStage()
           
 

Methods in org.jacorb.notification with parameters of type FilterStage
 void AbstractMessage.setFilterStage(FilterStage node)
           
 boolean AbstractMessage.match(FilterStage filterStage)
           
 

Uses of FilterStage in org.jacorb.notification.engine
 

Fields in org.jacorb.notification.engine declared as FilterStage
protected static FilterStage[] AbstractFilterTask.EMPTY_FILTERSTAGE
          empty default value for field arrayCurrentFilterStage_. its used instead of null
protected  FilterStage[] AbstractFilterTask.arrayCurrentFilterStage_
          FilterStages to process.
 

Methods in org.jacorb.notification.engine that return FilterStage
 FilterStage[] FilterConsumerAdminTask.getFilterStagesWithMessageConsumer()
          access the FilterStages that have a Event Consumer associated.
 FilterStage[] AbstractFilterTask.getFilterStageToBeProcessed()
          get the matching FilterStages of the previous run.
 

Methods in org.jacorb.notification.engine with parameters of type FilterStage
 void TaskFactory.enqueueMessage(FilterStage[] nodes, Message event)
           
 void DefaultTaskFactory.enqueueMessage(FilterStage[] nodes, Message mesg)
           
protected  void AbstractFilterTask.addFilterStage(FilterStage s)
           
 void AbstractFilterTask.setCurrentFilterStage(FilterStage[] currentFilterStage)
          set the FilterStages for the next run.
 

Uses of FilterStage in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that return FilterStage
 FilterStage Message.getInitialFilterStage()
           
 

Methods in org.jacorb.notification.interfaces with parameters of type FilterStage
 boolean Message.match(FilterStage filterStage)
           
 

Uses of FilterStage in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement FilterStage
 class AbstractAdmin
          Abstract Baseclass for Adminobjects.
 class AbstractProxy
           
 class AbstractProxyConsumer
           
 class AbstractProxyPushSupplier
           
 class AbstractProxySupplier
          Abstract base class for ProxySuppliers.
 class AbstractSupplierAdmin
           
 class ConsumerAdminImpl
           
 class ECProxyPullConsumerImpl
           
 class ECProxyPullSupplierImpl
           
 class ECProxyPushConsumerImpl
           
 class ECProxyPushSupplierImpl
           
 class ProxyPullConsumerImpl
           
 class ProxyPullSupplierImpl
           
 class ProxyPushConsumerImpl
           
 class ProxyPushSupplierImpl
           
 class SequenceProxyPullConsumerImpl
           
 class SequenceProxyPullSupplierImpl
           
 class SequenceProxyPushConsumerImpl
           
 class SequenceProxyPushSupplierImpl
           
 class StructuredProxyPullConsumerImpl
           
 class StructuredProxyPullSupplierImpl
           
 class StructuredProxyPushConsumerImpl
           
 class StructuredProxyPushSupplierImpl
           
 class SupplierAdminImpl
           
 class TypedConsumerAdminImpl
           
 class TypedProxyPullConsumerImpl
           
 class TypedProxyPullSupplierImpl
           
 class TypedProxyPushConsumerImpl
           
 class TypedProxyPushSupplierImpl
           
 class TypedSupplierAdminImpl
           
 

Methods in org.jacorb.notification.servant that return FilterStage
 FilterStage AbstractProxyConsumer.getFirstStage()
           
 FilterStage IProxyConsumer.getFirstStage()
           
 

Methods in org.jacorb.notification.servant with parameters of type FilterStage
 void FilterStageListManager.FilterStageList.add(FilterStage filterStage)