public abstract class TopicConnectionFactory extends AbstractConnectionFactory implements TopicConnectionFactory
javax.jms.TopicConnectionFactory
interface.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
define serialVersionUID for interoperability
|
identity, identityClassName, params, reliableClass
Modifier | Constructor and Description |
---|---|
|
TopicConnectionFactory()
Deprecated.
Constructs an empty
TopicConnectionFactory . |
protected |
TopicConnectionFactory(String url)
Deprecated.
Constructs a
TopicConnectionFactory dedicated to a given server. |
protected |
TopicConnectionFactory(String host,
int port)
Deprecated.
Constructs a
TopicConnectionFactory 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
createTopicConnection, createTopicConnection
createConnection, createConnection
private static final long serialVersionUID
public TopicConnectionFactory()
TopicConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.protected TopicConnectionFactory(String host, int port)
TopicConnectionFactory
dedicated to a given
server.host
- Name or IP address of the server's host.port
- Server's listening port.protected TopicConnectionFactory(String url)
TopicConnectionFactory
dedicated to a given server.url
- joram ha url.Copyright © 2023 ScalAgent D.T.. All rights reserved.