org.objectweb.joram.client.jms.local
Class XATopicLocalConnectionFactory
- javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XATopicConnectionFactory, SoapObjectItf
public class XATopicLocalConnectionFactory
An XATopicLocalConnectionFactory
instance is a factory of
local connections for XA Pub/Sub communication.
- Serialized Form
static javax.jms.XATopicConnectionFactory | create() - Admin method creating a
javax.jms.XATopicConnectionFactory
instance for creating local connections.
|
javax.jms.Connection | createConnection(String name, String password) - Method inherited from the
ConnectionFactory class.
|
javax.jms.TopicConnection | createTopicConnection(String name, String password) - Method inherited from the
TopicConnectionFactory class.
|
javax.jms.XAConnection | createXAConnection(String name, String password) - Method inherited from the
XAConnectionFactory class.
|
javax.jms.XATopicConnection | createXATopicConnection(String name, String password) - Method inherited from the
XATopicConnectionFactory class..
|
XATopicLocalConnectionFactory
public XATopicLocalConnectionFactory()
Constructs an XATopicLocalConnectionFactory
instance.
create
public static javax.jms.XATopicConnectionFactory create()
Admin method creating a javax.jms.XATopicConnectionFactory
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 XATopicConnectionFactory
createTopicConnection
public javax.jms.TopicConnection createTopicConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the TopicConnectionFactory
class.
- createTopicConnection in interface XATopicConnectionFactory
createXAConnection
public javax.jms.XAConnection createXAConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the XAConnectionFactory
class.
- createXAConnection in interface XAConnectionFactory
createXATopicConnection
public javax.jms.XATopicConnection createXATopicConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the XATopicConnectionFactory
class..
- createXATopicConnection in interface XATopicConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved