org.jacorb.notification.engine

Class FilterProxyConsumerTask

public class FilterProxyConsumerTask extends AbstractFilterTask

Version: $Id: FilterProxyConsumerTask.java,v 1.16 2005/10/02 15:18:39 alphonse.bendt Exp $

Author: Alphonse Bendt

Constructor Summary
FilterProxyConsumerTask(TaskFactory factory, TaskExecutor executor)
Method Summary
voiddoFilter()
booleangetSkip()
access the Filter hint for next Stage. if the current FilterStage has InterFilterGroupOperator.OR_OP enabled and a filter matched the evaluation of the SupplierAdmin Filters can be skipped.
voidreset()
voidschedule()
StringtoString()

Constructor Detail

FilterProxyConsumerTask

public FilterProxyConsumerTask(TaskFactory factory, TaskExecutor executor)

Method Detail

doFilter

public void doFilter()

getSkip

public boolean getSkip()
access the Filter hint for next Stage. if the current FilterStage has InterFilterGroupOperator.OR_OP enabled and a filter matched the evaluation of the SupplierAdmin Filters can be skipped.

reset

public void reset()

schedule

public void schedule()

toString

public String toString()