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.


Method Summary
 void disconnect()
           
 Connection getConnection()
           
 void reconnect()
           
 
Methods inherited from interface com.infoscape.proteus.Transactional
commit, rollback, setSyncPoint
 

Method Detail

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()