com.infoscape.proteus
Interface MessageHandler
- All Superinterfaces:
- Transactional
- All Known Subinterfaces:
- Listener, MessageSink, MessageSource, Speaker, UpdatingSource
- All Known Implementing Classes:
- DBSource, FilteredSink, FilteredSource, MessageHandlerImpl, Router, SinkImpl, SourceImpl
- public interface MessageHandler
- extends Transactional
MessageHandler is the base interface for Sources and Sinks.
disconnect
public void disconnect()
throws java.lang.Exception
- Throws:
java.lang.Exception
reconnect
public void reconnect()
throws java.lang.Exception
- Throws:
java.lang.Exception
getConnection
public Connection getConnection()