org.objectweb.joram.client.jms.local

Class XAQueueLocalConnectionFactory

Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, SoapObjectItf

public class XAQueueLocalConnectionFactory
extends XAQueueConnectionFactory

An XAQueueLocalConnectionFactory instance is a factory of local connections for XA PTP communication.

See Also:
Serialized Form

Field Summary

Fields inherited from class org.objectweb.joram.client.jms.XAConnectionFactory

params

Fields inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject

id, instancesTable

Constructor Summary

XAQueueLocalConnectionFactory()
Constructs an XAQueueLocalConnectionFactory instance.

Method Summary

static javax.jms.XAQueueConnectionFactory
create()
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.
javax.jms.Connection
createConnection(String name, String password)
Method inherited from the ConnectionFactory class.
javax.jms.QueueConnection
createQueueConnection(String name, String password)
Method inherited from the QueueConnectionFactory class.
javax.jms.XAConnection
createXAConnection(String name, String password)
Method inherited from the XAConnectionFactory class.
javax.jms.XAQueueConnection
createXAQueueConnection(String name, String password)
Method inherited from the XAQueueConnectionFactory class.

Methods inherited from class org.objectweb.joram.client.jms.XAQueueConnectionFactory

createConnection, createConnection, createQueueConnection, createQueueConnection, createXAQueueConnection, createXAQueueConnection, toString

Methods inherited from class org.objectweb.joram.client.jms.XAConnectionFactory

code, createXAConnection, createXAConnection, decode, getParameters, getReference, toString

Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject

code, getInstance, getReference

Constructor Details

XAQueueLocalConnectionFactory

public XAQueueLocalConnectionFactory()
Constructs an XAQueueLocalConnectionFactory instance.

Method Details

create

public static javax.jms.XAQueueConnectionFactory create()
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.


createConnection

public javax.jms.Connection createConnection(String name,
                                             String password)
            throws javax.jms.JMSException
Method inherited from the ConnectionFactory class.
Overrides:
createConnection in interface XAQueueConnectionFactory


createQueueConnection

public javax.jms.QueueConnection createQueueConnection(String name,
                                                       String password)
            throws javax.jms.JMSException
Method inherited from the QueueConnectionFactory class.
Overrides:
createQueueConnection in interface XAQueueConnectionFactory


createXAConnection

public javax.jms.XAConnection createXAConnection(String name,
                                                 String password)
            throws javax.jms.JMSException
Method inherited from the XAConnectionFactory class.
Overrides:
createXAConnection in interface XAConnectionFactory


createXAQueueConnection

public javax.jms.XAQueueConnection createXAQueueConnection(String name,
                                                           String password)
            throws javax.jms.JMSException
Method inherited from the XAQueueConnectionFactory class.
Overrides:
createXAQueueConnection in interface XAQueueConnectionFactory


Copyright B) 2004 Scalagent - All rights reserved