public class TopicLocalConnectionFactory extends TopicConnectionFactory
TopicLocalConnectionFactory
instance is a factory of
local connections for Pub/Sub communication.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
define serialVersionUID for interoperability
|
identity, identityClassName, params, reliableClass
Constructor and Description |
---|
TopicLocalConnectionFactory()
Deprecated.
Constructs an empty
TopicLocalConnectionFactory instance. |
Modifier and Type | Method and Description |
---|---|
static TopicConnectionFactory |
create()
Deprecated.
Administration method creating a
javax.jms.TopicConnectionFactory
instance for creating local connections. |
protected RequestChannel |
createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
toString
createConnection, createConnection, createContext, createContext, createContext, createContext, createQueueConnection, createQueueConnection, 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 TopicLocalConnectionFactory()
TopicLocalConnectionFactory
instance.
Should only be used for internal purposes.protected RequestChannel createRequestChannel(FactoryParameters params, Identity identity, String reliableClass) throws JMSException
LocalRequestChannel
object needed to connect to the
colocated server.createRequestChannel
in class AbstractConnectionFactory
params
- Connection configuration parameters.identity
- Client's identity.reliableClass
- The protocol specific class.RequestChannel
object specific to the protocol used.JMSException
- A problem occurs during the connection.AbstractConnectionFactory.createRequestChannel(FactoryParameters, Identity, String)
public static TopicConnectionFactory create()
javax.jms.TopicConnectionFactory
instance for creating local connections.Copyright © 2022 ScalAgent D.T.. All rights reserved.