|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTibjmsxCFImpl
com.tibco.tibjms.TibjmsXAConnectionFactory
com.tibco.tibjms.TibjmsXATopicConnectionFactory
Note: XA sessions do not support routed queues.
Constructor Summary | |
TibjmsXATopicConnectionFactory()
Constructs a new TibjmsXATopicConnectionFactory object. |
|
TibjmsXATopicConnectionFactory(java.lang.String serverUrl)
Constructs a new TibjmsXATopicConnectionFactory object for the given URL. |
|
TibjmsXATopicConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId)
Constructs a new TibjmsXATopicConnectionFactory object for the given URL and client id. |
|
TibjmsXATopicConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId,
java.util.Map properties)
Constructs a new TibjmsXATopicConnectionFactory object for the given URL and client id and properties. |
Method Summary | |
java.lang.Object |
clone()
|
TopicConnection |
createTopicConnection()
Creates a topic connection with the default user identity. |
TopicConnection |
createTopicConnection(java.lang.String userName,
java.lang.String password)
Creates a topic connection with the specified user identity. |
XATopicConnection |
createXATopicConnection()
Creates an XA topic connection with the default user identity. |
XATopicConnection |
createXATopicConnection(java.lang.String userName,
java.lang.String password)
Creates an XA topic connection with the specified user identity. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.XAConnectionFactory |
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
Methods inherited from interface javax.naming.Referenceable |
getReference |
Constructor Detail |
public TibjmsXATopicConnectionFactory()
public TibjmsXATopicConnectionFactory(java.lang.String serverUrl)
serverUrl
- url of the JMS serverpublic TibjmsXATopicConnectionFactory(java.lang.String serverUrl, java.lang.String clientId)
serverUrl
- url of the JMS serverclientId
- id of the clientpublic TibjmsXATopicConnectionFactory(java.lang.String serverUrl, java.lang.String clientId, java.util.Map properties)
serverUrl
- url of the JMS serverclientId
- id of the clientproperties
- properties object
The following properties can be set in the properties object:
TibjmsSSL.VENDOR
TibjmsSSL.TRACE
TibjmsSSL.DEBUG_TRACE
TibjmsSSL.TRUSTED_CERTIFICATES
TibjmsSSL.ENABLE_VERIFY_HOST
TibjmsSSL.ENABLE_VERIFY_HOST_NAME
TibjmsSSL.EXPECTED_HOST_NAME
TibjmsSSL.HOST_NAME_VERIFIER
TibjmsSSL.AUTH_ONLY
TibjmsSSL.IDENTITY
TibjmsSSL.IDENTITY_ENCODING
TibjmsSSL.ISSUER_CERTIFICATES
TibjmsSSL.PRIVATE_KEY
TibjmsSSL.PRIVATE_KEY_ENCODING
TibjmsSSL.PASSWORD
TibjmsSSL.CIPHER_SUITESTibjmsSSL
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class TibjmsXAConnectionFactory
java.lang.CloneNotSupportedException
public XATopicConnection createXATopicConnection() throws JMSException
XATopicConnectionFactory
Connection.start
method
is explicitly called.
createXATopicConnection
in interface XATopicConnectionFactory
JMSException
- if the JMS provider fails to create an XA topic
connection due to some internal error.public XATopicConnection createXATopicConnection(java.lang.String userName, java.lang.String password) throws JMSException
XATopicConnectionFactory
Connection.start
method
is explicitly called.
createXATopicConnection
in interface XATopicConnectionFactory
userName
- the caller's user namepassword
- the caller's password
JMSException
- if the JMS provider fails to create an XA topic
connection due to some internal error.public TopicConnection createTopicConnection() throws JMSException
TopicConnectionFactory
Connection.start
method
is explicitly called.
createTopicConnection
in interface TopicConnectionFactory
JMSException
- if the JMS provider fails to create a topic
connection due to some internal error.public TopicConnection createTopicConnection(java.lang.String userName, java.lang.String password) throws JMSException
TopicConnectionFactory
Connection.start
method
is explicitly called.
createTopicConnection
in interface TopicConnectionFactory
userName
- the caller's user namepassword
- the caller's password
JMSException
- if the JMS provider fails to create a topic
connection due to some internal error.
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |