| java.lang.Object com.caucho.jms.connection.ConnectionImpl com.caucho.jms.connection.TopicConnectionImpl
TopicConnectionImpl | public class TopicConnectionImpl extends ConnectionImpl implements XATopicConnection(Code) | | A sample queue connection factory.
|
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | Creates a new consumer (optional)
|
createDurableConnectionConsumer | public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String name, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | Creates a new consumer (optional)
|
createTopicSession | public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | Creates a new connection session.
|
createXATopicSession | public XATopicSession createXATopicSession() throws JMSException(Code) | | Creates a new connection session.
|
|
|