BEA Systems, Inc.

com.bea.rfid.workflow.util
Interface AccumulationObserver


public interface AccumulationObserver

Interface for observers of Accumulator. This interface will be used to notify with the accumulated tags on the completion of an accumulation.


Method Summary
 boolean tagAccumulationCompleted(List accumulatedTagList)
          Called by Accumulator to report the completion of an accumulation.
 

Method Detail

tagAccumulationCompleted

boolean tagAccumulationCompleted(List accumulatedTagList)
Called by Accumulator to report the completion of an accumulation. The observer may request that the observer be removed from the event cycle by returning true; otherwise, the observer remains for the next activation of the accumulation.

Parameters:
accumulatedTagList - the accumulated tag list
Returns:
true to unsubscribe this observer from the accumalator's observers list; false to to keep it subscribed

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.