Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TopicConnection
extends Connection
Method Summary | |
ConnectionConsumer |
|
ConnectionConsumer |
|
TopicSession |
|
Methods inherited from interface javax.jms.Connection | |
close , createConnectionConsumer , createDurableConnectionConsumer , createSession , getClientID , getExceptionListener , getMetaData , setClientID , setExceptionListener , start , stop |
public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException
public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException
- Specified by:
- createDurableConnectionConsumer in interface Connection
public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException