org.objectweb.joram.client.jms.local
Class TopicLocalConnectionFactory
java.lang.Object
org.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.TopicConnectionFactory
org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory
- All Implemented Interfaces:
- fr.dyade.aaa.jndi2.soap.SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory, javax.naming.Referenceable
Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory
.
public class TopicLocalConnectionFactory
- extends TopicConnectionFactory
A TopicLocalConnectionFactory
instance is a factory of
local connections for Pub/Sub communication.
- See Also:
- Serialized Form
Method Summary |
static javax.jms.TopicConnectionFactory |
create()
Deprecated. Admin method creating a javax.jms.TopicConnectionFactory
instance for creating local connections. |
protected RequestChannel |
createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
Deprecated. Creates the LocalRequestChannel object needed to connect to the
colocated server. |
Methods inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
code, code, createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, decode, decode, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getDefaultServerHost, getDefaultServerPort, getParameters, initIdentity, setIdentityClassName, setReliableClass, toReference, toReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.TopicConnectionFactory |
createTopicConnection, createTopicConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
TopicLocalConnectionFactory
public TopicLocalConnectionFactory()
- Deprecated.
- Constructs an empty
TopicLocalConnectionFactory
instance.
Should only be used for internal purposes.
createRequestChannel
protected RequestChannel createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
throws javax.jms.JMSException
- Deprecated.
- Creates the
LocalRequestChannel
object needed to connect to the
colocated server.
- Specified by:
createRequestChannel
in class AbstractConnectionFactory
- Parameters:
params
- Connection configuration parameters.identity
- Client's identity.reliableClass
- The protocol specific class.
- Returns:
- The
RequestChannel
object specific to the protocol used.
- Throws:
javax.jms.JMSException
- A problem occurs during the connection.- See Also:
AbstractConnectionFactory.createRequestChannel(FactoryParameters, Identity, String)
create
public static javax.jms.TopicConnectionFactory create()
- Deprecated.
- Admin method creating a
javax.jms.TopicConnectionFactory
instance for creating local connections.
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved