org.objectweb.joram.client.connector
Class OutboundTopicConnectionFactory
- javax.jms.ConnectionFactory, javax.resource.Referenceable, java.io.Serializable, javax.jms.TopicConnectionFactory
public class OutboundTopicConnectionFactory
implements javax.jms.TopicConnectionFactory, java.io.Serializable, javax.resource.Referenceable
An OutboundTopicConnectionFactory
instance is used for
getting a PubSub connection to an underlying JORAM server.
- Serialized Form
javax.jms.TopicConnection | createTopicConnection() - Requests a PubSub connection for the default user, eventually returns an
OutboundTopicConnection instance.
|
javax.jms.TopicConnection | createTopicConnection(String userName, String password) - Requests a PubSub connection for a given user, eventually returns an
OutboundConnection instance.
|
createTopicConnection
public javax.jms.TopicConnection createTopicConnection()
throws JMSException
Requests a PubSub connection for the default user, eventually returns an
OutboundTopicConnection
instance.
createTopicConnection
public javax.jms.TopicConnection createTopicConnection(String userName,
String password)
throws JMSException
Requests a PubSub connection for a given user, eventually returns an
OutboundConnection
instance.
Copyright B) 2004 Scalagent - All rights reserved