org.objectweb.joram.client.jms.local

Class QueueLocalConnectionFactory

Implemented Interfaces:
javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.naming.Referenceable, java.io.Serializable, SoapObjectItf

public class QueueLocalConnectionFactory
extends QueueConnectionFactory

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

See Also:
Serialized Form

Field Summary

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

params

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

id, instancesTable

Constructor Summary

QueueLocalConnectionFactory()
Constructs a QueueLocalConnectionFactory instance.

Method Summary

static javax.jms.QueueConnectionFactory
create()
Admin method creating a javax.jms.QueueConnectionFactory 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.

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

createQueueConnection, createQueueConnection, toString

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

code, createConnection, createConnection, decode, getDefaultLogin, getDefaultPassword, getParameters, getReference, toString

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

code, getInstance, getReference

Constructor Details

QueueLocalConnectionFactory

public QueueLocalConnectionFactory()
Constructs a QueueLocalConnectionFactory instance.

Method Details

create

public static javax.jms.QueueConnectionFactory create()
Admin method creating a javax.jms.QueueConnectionFactory 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 ConnectionFactory


createQueueConnection

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


Copyright B) 2004 Scalagent - All rights reserved