com.infoscape.proteus
Interface UpdatingSource

All Superinterfaces:
MessageHandler, MessageSource, Transactional
All Known Implementing Classes:
DBSource

public interface UpdatingSource
extends MessageSource


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

Method Detail

update

public void update()
            throws java.lang.Exception
java.lang.Exception