org.objectweb.joram.client.jms
Class TopicConnectionFactory
- javax.jms.ConnectionFactory, javax.naming.Referenceable, java.io.Serializable, javax.jms.TopicConnectionFactory, SoapObjectItf
public abstract class TopicConnectionFactory
implements javax.jms.TopicConnectionFactory
Implements the javax.jms.TopicConnectionFactory
interface.
- Serialized Form
javax.jms.TopicConnection | createTopicConnection() - API method.
|
javax.jms.TopicConnection | createTopicConnection(String name, String password) - API method, implemented according to the communication protocol.
|
String | toString() - Returns a string view of the connection factory.
|
TopicConnectionFactory
public TopicConnectionFactory()
Constructs an empty TopicConnectionFactory
.
TopicConnectionFactory
public TopicConnectionFactory(String host,
int port)
Constructs a TopicConnectionFactory
dedicated to a given
server.
host
- Name or IP address of the server's host.port
- Server's listening port.
createTopicConnection
public javax.jms.TopicConnection createTopicConnection()
throws JMSException
API method.
createTopicConnection
public javax.jms.TopicConnection createTopicConnection(String name,
String password)
throws JMSException
API method, implemented according to the communication protocol.
toString
public String toString()
Returns a string view of the connection factory.
- toString in interface ConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved