edu.berkeley.psi.seda.api
Interface DriverFilterIF

All Superinterfaces:
DriverIF, DriverPlugIF, SinkIF, SinkPlugIF, SinkReaderIF, SinkWriterIF

public interface DriverFilterIF
extends DriverIF, DriverPlugIF

An interface for objects that act as both a DriverIF and a DriverPlugIF. Such objects can chained into a list or stack such that requests are filtered as they pass along the chain in one direction and replies are filtered as they pass along the chain in the opposite direction.


Method Summary
 
Methods inherited from interface seda.sandStorm.api.SinkIF
enqueue_abort, enqueue_commit, enqueue_lossy, enqueue_many, enqueue_prepare, enqueue, getEnqueuePredicate, setEnqueuePredicate, size
 
Methods inherited from interface edu.berkeley.psi.seda.api.SinkWriterIF
startReader, startReader
 
Methods inherited from interface edu.berkeley.psi.seda.api.DriverPlugIF
plugIntoDriver, plugIntoDriver
 
Methods inherited from interface edu.berkeley.psi.seda.api.SinkPlugIF
plugIntoSink, unplugFromSink
 
Methods inherited from interface edu.berkeley.psi.seda.api.SinkReaderIF
getReader