com.infoscape.proteus.jms
Class JMSSource

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

public class JMSSource
extends SourceImpl


Constructor Summary
JMSSource(Connection conn, org.jdom.Element elt)
           
 
Method Summary
protected  java.lang.Object _getMessage()
           
 void setSyncPoint(boolean on)
           
 
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

JMSSource

public JMSSource(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 on)
                  throws java.lang.Exception
Specified by:
setSyncPoint in interface Transactional
Overrides:
setSyncPoint in class MessageHandlerImpl
Parameters:
on -
Throws:
java.lang.Exception