org.objectweb.joram.client.connector

Class OutboundQueueConnectionFactory

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

public class OutboundQueueConnectionFactory
extends OutboundConnectionFactory
implements javax.jms.QueueConnectionFactory, java.io.Serializable, javax.resource.Referenceable

An OutboundQueueConnectionFactory instance is used for getting a PTP 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.QueueConnection
createQueueConnection()
Requests a PTP connection for the default user, eventually returns an OutboundQueueConnection instance.
javax.jms.QueueConnection
createQueueConnection(String userName, String password)
Requests a PTP 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

createQueueConnection

public javax.jms.QueueConnection createQueueConnection()
            throws JMSException
Requests a PTP connection for the default user, eventually returns an OutboundQueueConnection instance.


createQueueConnection

public javax.jms.QueueConnection createQueueConnection(String userName,
                                                       String password)
            throws JMSException
Requests a PTP connection for a given user, eventually returns an OutboundConnection instance.


Copyright B) 2004 Scalagent - All rights reserved