public abstract class QueueConnectionFactory extends AbstractConnectionFactory implements QueueConnectionFactory
javax.jms.QueueConnectionFactory
interface.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
define serialVersionUID for interoperability
|
identity, identityClassName, params, reliableClass
Modifier | Constructor and Description |
---|---|
|
QueueConnectionFactory()
Deprecated.
Constructs an empty
QueueConnectionFactory . |
protected |
QueueConnectionFactory(String url)
Deprecated.
Constructs a
QueueConnectionFactory dedicated to a given server. |
protected |
QueueConnectionFactory(String host,
int port)
Deprecated.
Constructs a
QueueConnectionFactory dedicated to a given
server. |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Returns a string view of the connection factory.
|
createConnection, createConnection, createContext, createContext, createContext, createContext, createQueueConnection, createQueueConnection, createRequestChannel, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getDefaultServerHost, getDefaultServerPort, getParameters, initIdentity, setCnxJMXBeanBaseName, setIdentityClassName, setReliableClass, toReference, toReference
getReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createQueueConnection, createQueueConnection
createConnection, createConnection
private static final long serialVersionUID
public QueueConnectionFactory()
QueueConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.protected QueueConnectionFactory(String host, int port)
QueueConnectionFactory
dedicated to a given
server.host
- Name or IP address of the server's host.port
- Server's listening port.protected QueueConnectionFactory(String url)
QueueConnectionFactory
dedicated to a given server.url
- joram url.Copyright © 2020 ScalAgent D.T.. All rights reserved.