org.objectweb.joram.client.jms
Class QueueConnectionFactory
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.naming.Referenceable, java.io.Serializable, SoapObjectItf
public abstract class QueueConnectionFactory
implements javax.jms.QueueConnectionFactory
Implements the javax.jms.QueueConnectionFactory
interface.
- Serialized Form
javax.jms.QueueConnection | createQueueConnection() - API method.
|
javax.jms.QueueConnection | createQueueConnection(String name, String password) - API method, implemented according to the communication protocol.
|
String | toString() - Returns a string view of the connection factory.
|
QueueConnectionFactory
public QueueConnectionFactory()
Constructs an empty QueueConnectionFactory
.
QueueConnectionFactory
public QueueConnectionFactory(String host,
int port)
Constructs a QueueConnectionFactory
dedicated to a given
server.
host
- Name or IP address of the server's host.port
- Server's listening port.
createQueueConnection
public javax.jms.QueueConnection createQueueConnection()
throws JMSException
API method.
createQueueConnection
public javax.jms.QueueConnection createQueueConnection(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