org.objectweb.joram.client.jms.local
Class XAQueueLocalConnectionFactory
- javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, SoapObjectItf
public class XAQueueLocalConnectionFactory
An XAQueueLocalConnectionFactory
instance is a factory of
local connections for XA PTP communication.
- Serialized Form
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.
|
XAQueueLocalConnectionFactory
public XAQueueLocalConnectionFactory()
Constructs an XAQueueLocalConnectionFactory
instance.
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.
- createConnection in interface XAQueueConnectionFactory
createQueueConnection
public javax.jms.QueueConnection createQueueConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the QueueConnectionFactory
class.
- createQueueConnection in interface XAQueueConnectionFactory
createXAConnection
public javax.jms.XAConnection createXAConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the XAConnectionFactory
class.
- createXAConnection in interface XAConnectionFactory
createXAQueueConnection
public javax.jms.XAQueueConnection createXAQueueConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the XAQueueConnectionFactory
class.
- createXAQueueConnection in interface XAQueueConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved