|
TIBCO Enterprise Message Service | ||||||||
| 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
public class 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 server
public TibjmsXAQueueConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId)
serverUrl - url of the JMS serverclientId - id of the client
public 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 TibjmsXAConnectionFactoryjava.lang.CloneNotSupportedException
public XAQueueConnection createXAQueueConnection()
throws JMSException
XAQueueConnectionFactoryConnection.start method
is explicitly called.
createXAQueueConnection in interface XAQueueConnectionFactoryJMSException - if the JMS provider fails to create an XA queue
connection due to some internal error.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public XAQueueConnection createXAQueueConnection(java.lang.String userName,
java.lang.String password)
throws JMSException
XAQueueConnectionFactoryConnection.start method
is explicitly called.
createXAQueueConnection in interface XAQueueConnectionFactoryuserName - 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.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public QueueConnection createQueueConnection()
throws JMSException
QueueConnectionFactoryConnection.start method
is explicitly called.
.
createQueueConnection in interface QueueConnectionFactoryJMSException - if the JMS provider fails to create the queue
connection due to some internal error.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public QueueConnection createQueueConnection(java.lang.String userName,
java.lang.String password)
throws JMSException
QueueConnectionFactoryConnection.start method
is explicitly called.
createQueueConnection in interface QueueConnectionFactoryuserName - 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.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||