jms4spread
Class TopicConnection

java.lang.Object
  |
  +--jms4spread.Connection
        |
        +--jms4spread.TopicConnection

public class TopicConnection
extends Connection

An active topic connection in the publish/subscribe system


Method Summary
 TopicSession createTopicSession(boolean transacted, int acknowledgeMode)
          Creates a TopicSession.
 
Methods inherited from class jms4spread.Connection
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTopicSession

public TopicSession createTopicSession(boolean transacted,
                                       int acknowledgeMode)
Creates a TopicSession.
Parameters:
transacted - this variable is ignored for now
acknowledgeMode - this variable is ignored for now