org.objectweb.joram.client.jms.local

Class TopicLocalConnectionFactory

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

public class TopicLocalConnectionFactory
extends TopicConnectionFactory

A TopicLocalConnectionFactory instance is a factory of local connections for Pub/Sub 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

TopicLocalConnectionFactory()
Constructs an empty TopicLocalConnectionFactory instance.

Method Summary

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

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

createTopicConnection, createTopicConnection, 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

TopicLocalConnectionFactory

public TopicLocalConnectionFactory()
Constructs an empty TopicLocalConnectionFactory instance.

Method Details

create

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


createTopicConnection

public javax.jms.TopicConnection createTopicConnection(String name,
                                                       String password)
            throws javax.jms.JMSException
Method inherited from the TopicConnectionFactory class.
Overrides:
createTopicConnection in interface TopicConnectionFactory


Copyright B) 2004 Scalagent - All rights reserved