org.objectweb.joram.client.jms.local
Class TopicLocalConnectionFactory
- javax.jms.ConnectionFactory, javax.naming.Referenceable, java.io.Serializable, javax.jms.TopicConnectionFactory, SoapObjectItf
public class TopicLocalConnectionFactory
A TopicLocalConnectionFactory
instance is a factory of
local connections for Pub/Sub communication.
- Serialized Form
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.
|
TopicLocalConnectionFactory
public TopicLocalConnectionFactory()
Constructs an empty TopicLocalConnectionFactory
instance.
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.
- createConnection in interface ConnectionFactory
createTopicConnection
public javax.jms.TopicConnection createTopicConnection(String name,
String password)
throws javax.jms.JMSException
Method inherited from the TopicConnectionFactory
class.
- createTopicConnection in interface TopicConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved