org.objectweb.joram.client.connector

Class OutboundTopicConnectionFactory

Implemented Interfaces:
javax.jms.ConnectionFactory, javax.resource.Referenceable, java.io.Serializable, javax.jms.TopicConnectionFactory

public class OutboundTopicConnectionFactory
extends OutboundConnectionFactory
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.

See Also:
Serialized Form

Field Summary

Fields inherited from class org.objectweb.joram.client.connector.OutboundConnectionFactory

cxManager, mcf, reference

Method Summary

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.

Methods inherited from class org.objectweb.joram.client.connector.OutboundConnectionFactory

createConnection, createConnection, getReference, setReference

Method Details

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