org.objectweb.joram.client.connector
Class OutboundQueueConnectionFactory
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.resource.Referenceable, java.io.Serializable
public class OutboundQueueConnectionFactory
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.
- Serialized Form
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.
|
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