|
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.TibjmsXAQueueConnectionFactory
Note: XA sessions do not support routed queues.
Constructor Summary | |
TibjmsXAQueueConnectionFactory()
Constructs a new TibjmsXAQueueConnectionFactory object. |
|
TibjmsXAQueueConnectionFactory(java.lang.String serverUrl)
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL. |
|
TibjmsXAQueueConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId)
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL and client id. |
|
TibjmsXAQueueConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId,
java.util.Map properties)
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL and client id and properties. |
Method Summary | |
java.lang.Object |
clone()
|
QueueConnection |
createQueueConnection()
Creates a queue connection with the default user identity. |
QueueConnection |
createQueueConnection(java.lang.String userName,
java.lang.String password)
Creates a queue connection with the specified user identity. |
XAQueueConnection |
createXAQueueConnection()
Creates an XA queue connection with the default user identity. |
XAQueueConnection |
createXAQueueConnection(java.lang.String userName,
java.lang.String password)
Creates an XA queue 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 TibjmsXAQueueConnectionFactory()
public TibjmsXAQueueConnectionFactory(java.lang.String serverUrl)
serverUrl
- url of the JMS serverpublic TibjmsXAQueueConnectionFactory(java.lang.String serverUrl, java.lang.String clientId)
serverUrl
- url of the JMS serverclientId
- id of the clientpublic TibjmsXAQueueConnectionFactory(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 XAQueueConnection createXAQueueConnection() throws JMSException
XAQueueConnectionFactory
Connection.start
method
is explicitly called.
createXAQueueConnection
in interface XAQueueConnectionFactory
JMSException
- if the JMS provider fails to create an XA queue
connection due to some internal error.public XAQueueConnection createXAQueueConnection(java.lang.String userName, java.lang.String password) throws JMSException
XAQueueConnectionFactory
Connection.start
method
is explicitly called.
createXAQueueConnection
in interface XAQueueConnectionFactory
userName
- the caller's user namepassword
- the caller's password
JMSException
- if the JMS provider fails to create an XA queue
connection due to some internal error.public QueueConnection createQueueConnection() throws JMSException
QueueConnectionFactory
Connection.start
method
is explicitly called.
.
createQueueConnection
in interface QueueConnectionFactory
JMSException
- if the JMS provider fails to create the queue
connection due to some internal error.public QueueConnection createQueueConnection(java.lang.String userName, java.lang.String password) throws JMSException
QueueConnectionFactory
Connection.start
method
is explicitly called.
createQueueConnection
in interface QueueConnectionFactory
userName
- the caller's user namepassword
- the caller's password
JMSException
- if the JMS provider fails to create the queue
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 |