Uses of Interface
javax.jms.TopicConnection

Packages that use TopicConnection
com.caucho.jms.connection   
javax.jms   
 

Uses of TopicConnection in com.caucho.jms.connection
 

Classes in com.caucho.jms.connection that implement TopicConnection
 class TopicConnectionImpl
          A sample queue connection factory.
 

Methods in com.caucho.jms.connection that return TopicConnection
 TopicConnection ConnectionFactoryImpl.createTopicConnection()
          Creates a new queue connection
 TopicConnection XAConnectionFactoryImpl.createTopicConnection()
          Creates a new queue connection
 TopicConnection ConnectionFactoryImpl.createTopicConnection(java.lang.String username, java.lang.String password)
          Creates a new queue connection
 TopicConnection XAConnectionFactoryImpl.createTopicConnection(java.lang.String username, java.lang.String password)
          Creates a new queue connection
 

Uses of TopicConnection in javax.jms
 

Subinterfaces of TopicConnection in javax.jms
 interface XATopicConnection
          The main destination.
 

Methods in javax.jms that return TopicConnection
 TopicConnection TopicConnectionFactory.createTopicConnection()
           
 TopicConnection TopicConnectionFactory.createTopicConnection(java.lang.String userName, java.lang.String password)