edu.berkeley.psi.seda.api
Interface SinkFactoryIF

All Known Implementing Classes:
EventSinkFactory

public interface SinkFactoryIF

An interface for objects that can create objects with a SinkIF interface. Used by objects that want to be able to create multiple, independent SinkIF objects. For example, a TCPServiceDispatcher may want to spawn independent threads for each new connection received.


Method Summary
 SinkIF newSink()
          Creates a new instance of a SinkIF
 

Method Detail

newSink

SinkIF newSink()
Creates a new instance of a SinkIF