cgl.narada.wsinfra.wsr
Interface WsrSourceGroupMonitorFactory

All Known Implementing Classes:
WsrSourceGroupMonitorFactoryImpl

public interface WsrSourceGroupMonitorFactory

This is a factory class which ensures that there is only instance of the SourceGroupMonitorThread running for a given database. If there are multiple databases with multiple sources/sinks this factory class will still work fine.


Method Summary
 WsrSourceGroupMonitor getWsrSourceGroupMonitor(String configInfo, WsMessageFlow wsMessageFlow)
           
 

Method Detail

getWsrSourceGroupMonitor

public WsrSourceGroupMonitor getWsrSourceGroupMonitor(String configInfo,
                                                      WsMessageFlow wsMessageFlow)
                                               throws WsrStorageException,
                                                      DeploymentException
Throws:
WsrStorageException
DeploymentException