com.infoscape.proteus.mq
Class MQSource

java.lang.Object
  |
  +--com.infoscape.proteus.MessageHandlerImpl
        |
        +--com.infoscape.proteus.SourceImpl
              |
              +--com.infoscape.proteus.mq.MQSource
All Implemented Interfaces:
MessageHandler, MessageSource, Transactional

public class MQSource
extends SourceImpl


Constructor Summary
MQSource(Connection conn, org.jdom.Element elt)
           
 
Method Summary
protected  java.lang.Object _getMessage()
           
 void setSyncPoint(boolean sync)
           
 
Methods inherited from class com.infoscape.proteus.SourceImpl
getMessage
 
Methods inherited from class com.infoscape.proteus.MessageHandlerImpl
commit, disconnect, getConnection, log, log, reconnect, rollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.infoscape.proteus.MessageHandler
disconnect, getConnection, reconnect
 
Methods inherited from interface com.infoscape.proteus.Transactional
commit, rollback
 

Constructor Detail

MQSource

public MQSource(Connection conn,
                org.jdom.Element elt)
         throws java.lang.Exception
Method Detail

_getMessage

protected java.lang.Object _getMessage()
                                throws java.lang.Exception
Specified by:
_getMessage in class SourceImpl
Throws:
java.lang.Exception

setSyncPoint

public void setSyncPoint(boolean sync)
Specified by:
setSyncPoint in interface Transactional
Overrides:
setSyncPoint in class MessageHandlerImpl
Parameters:
sync -