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

Inherits org.objectweb.joram.client.jms.QueueConnectionFactory.

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QueueLocalConnectionFactory ()
javax.jms.QueueConnection createQueueConnection (String name, String password) throws JMSException
javax.jms.Connection createConnection (String name, String password) throws JMSException

Static Public Member Functions

static javax.jms.QueueConnectionFactory create ()

Detailed Description

A QueueLocalConnectionFactory instance is a factory of local connections for PTP communication.

Definition at line 35 of file QueueLocalConnectionFactory.java.


Constructor & Destructor Documentation

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

Constructs a QueueLocalConnectionFactory instance.

Definition at line 42 of file QueueLocalConnectionFactory.java.

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


Member Function Documentation

javax.jms.QueueConnection org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory.createQueueConnection ( String  name,
String  password 
) throws JMSException [virtual]

Method inherited from the QueueConnectionFactory class.

Exceptions:
JMSSecurityException If the user identification is incorrect.

Implements org.objectweb.joram.client.jms.QueueConnectionFactory.

Definition at line 51 of file QueueLocalConnectionFactory.java.

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

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

Method inherited from the ConnectionFactory class.

Exceptions:
JMSSecurityException If the user identification is incorrect.

Implements org.objectweb.joram.client.jms.ConnectionFactory.

Definition at line 62 of file QueueLocalConnectionFactory.java.

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

static javax.jms.QueueConnectionFactory org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory.create (  )  [static]

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

Definition at line 72 of file QueueLocalConnectionFactory.java.

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

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:00 2008 for joram by  doxygen 1.5.0