org.objectweb.joram.client.jms
Class TopicConnection
- javax.jms.Connection, javax.jms.TopicConnection
public class TopicConnection
implements javax.jms.TopicConnection
Implements the javax.jms.TopicConnection
interface.
javax.jms.ConnectionConsumer | createConnectionConsumer(javax.jms.Topic topic, String selector, javax.jms.ServerSessionPool sessionPool, int maxMessages) - API method.
|
javax.jms.ConnectionConsumer | createDurableConnectionConsumer(javax.jms.Topic topic, String subName, String selector, javax.jms.ServerSessionPool sessPool, int maxMessages) - API method.
|
javax.jms.TopicSession | createTopicSession(boolean transacted, int acknowledgeMode) - API method.
|
close , createConnectionConsumer , createDurableConnectionConsumer , createSession , equals , getClientID , getExceptionListener , getMetaData , setClientID , setExceptionListener , start , stop , toString |
TopicConnection
public TopicConnection(FactoryParameters factoryParameters,
ConnectionItf connectionImpl)
throws JMSException
Creates a TopicConnection
instance.
factoryParameters
- The factory parameters.connectionImpl
- The actual connection to wrap.
createConnectionConsumer
public javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Topic topic,
String selector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
API method.
createDurableConnectionConsumer
public javax.jms.ConnectionConsumer createDurableConnectionConsumer(javax.jms.Topic topic,
String subName,
String selector,
javax.jms.ServerSessionPool sessPool,
int maxMessages)
throws JMSException
API method.
- createDurableConnectionConsumer in interface Connection
createTopicSession
public javax.jms.TopicSession createTopicSession(boolean transacted,
int acknowledgeMode)
throws JMSException
API method.
Copyright B) 2004 Scalagent - All rights reserved