org.objectweb.joram.client.jms.soap
Class TopicSoapConnectionFactory
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.soap.TopicSoapConnectionFactory
- All Implemented Interfaces:
- SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory, javax.naming.Referenceable
Deprecated. Replaced next to Joram 5.2.1 by SoapConnectionFactory
.
public class TopicSoapConnectionFactory
- extends TopicConnectionFactory
A TopicSoapConnectionFactory
instance is a factory of
SOAP connections for Pub/Sub communication.
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
Deprecated. define serialVersionUID for interoperability |
Constructor Summary |
|
TopicSoapConnectionFactory()
Deprecated. Constructs an empty TopicSoapConnectionFactory instance. |
private |
TopicSoapConnectionFactory(java.lang.String host,
int port,
int timeout)
Deprecated. Constructs a TopicSoapConnectionFactory instance. |
Method Summary |
static javax.jms.TopicConnectionFactory |
create(java.lang.String host,
int port,
int timeout)
Deprecated. Admin method creating a javax.jms.TopicConnectionFactory
instance for creating SOAP connections with a given server. |
protected RequestChannel |
createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
Deprecated. Creates the SoapRequestChannel object specific to the protocol used. |
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 |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- define serialVersionUID for interoperability
- See Also:
- Constant Field Values
TopicSoapConnectionFactory
public TopicSoapConnectionFactory()
- Deprecated.
- Constructs an empty
TopicSoapConnectionFactory
instance.
Needed by ObjectFactory, should only be used for internal purposes.
TopicSoapConnectionFactory
private TopicSoapConnectionFactory(java.lang.String host,
int port,
int timeout)
- Deprecated.
- Constructs a
TopicSoapConnectionFactory
instance.
- Parameters:
host
- Name or IP address of the server's host.port
- Server's listening port.timeout
- Duration in seconds during which a SOAP connection might
be inactive before being considered as dead (0 for never).
createRequestChannel
protected RequestChannel createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
throws javax.jms.JMSException
- Deprecated.
- Creates the
SoapRequestChannel
object specific to the protocol used.
- 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(java.lang.String host,
int port,
int timeout)
- Deprecated.
- Admin method creating a
javax.jms.TopicConnectionFactory
instance for creating SOAP connections with a given server.
- Parameters:
host
- Name or IP address of the server's host.port
- Server's listening port.timeout
- Duration in seconds during which a SOAP connection might
be inactive before being considered as dead (0 for never).
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.