org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory Class Reference

Inherits org.objectweb.joram.client.jms.XATopicConnectionFactory.

Inheritance diagram for org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 XATopicLocalConnectionFactory ()
javax.jms.XATopicConnection createXATopicConnection (String name, String password) throws JMSException
javax.jms.XAConnection createXAConnection (String name, String password) throws JMSException
javax.jms.TopicConnection createTopicConnection (String name, String password) throws JMSException
javax.jms.Connection createConnection (String name, String password) throws JMSException

Static Public Member Functions

static javax.jms.XATopicConnectionFactory create ()

Detailed Description

An XATopicLocalConnectionFactory instance is a factory of local connections for XA Pub/Sub communication.

Definition at line 36 of file XATopicLocalConnectionFactory.java.


Constructor & Destructor Documentation

org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.XATopicLocalConnectionFactory (  ) 

Constructs an XATopicLocalConnectionFactory instance.

Definition at line 44 of file XATopicLocalConnectionFactory.java.

Referenced by org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.create().


Member Function Documentation

javax.jms.XATopicConnection org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.createXATopicConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the XATopicConnectionFactory class..

Exceptions:
JMSSecurityException If the user identification is incorrect.

Implements org.objectweb.joram.client.jms.XATopicConnectionFactory.

Definition at line 53 of file XATopicLocalConnectionFactory.java.

References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.

javax.jms.XAConnection org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.createXAConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the XAConnectionFactory class.

Exceptions:
JMSSecurityException If the user identification is incorrect.

Implements org.objectweb.joram.client.jms.XAConnectionFactory.

Definition at line 64 of file XATopicLocalConnectionFactory.java.

References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.

javax.jms.TopicConnection org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.createTopicConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the TopicConnectionFactory class.

Exceptions:
JMSSecurityException If the user identification is incorrect.

Implements org.objectweb.joram.client.jms.XATopicConnectionFactory.

Definition at line 75 of file XATopicLocalConnectionFactory.java.

References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.

javax.jms.Connection org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.createConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the ConnectionFactory class.

Exceptions:
JMSSecurityException If the user identification is incorrect.
IllegalStateException If the server is not listening.

Implements org.objectweb.joram.client.jms.XATopicConnectionFactory.

Definition at line 87 of file XATopicLocalConnectionFactory.java.

References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.

static javax.jms.XATopicConnectionFactory org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.create (  )  [static]

Admin method creating a javax.jms.XATopicConnectionFactory instance for creating local connections.

Definition at line 98 of file XATopicLocalConnectionFactory.java.

References org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory.XATopicLocalConnectionFactory().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:19:04 2008 for joram by  doxygen 1.5.0