|
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.TibjmsXATopicConnectionFactory
public class 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 server
public TibjmsXATopicConnectionFactory(java.lang.String serverUrl,
java.lang.String clientId)
serverUrl - url of the JMS serverclientId - id of the client
public 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 TibjmsXAConnectionFactoryjava.lang.CloneNotSupportedException
public XATopicConnection createXATopicConnection()
throws JMSException
XATopicConnectionFactoryConnection.start method
is explicitly called.
createXATopicConnection in interface XATopicConnectionFactoryJMSException - if the JMS provider fails to create an XA topic
connection due to some internal error.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public XATopicConnection createXATopicConnection(java.lang.String userName,
java.lang.String password)
throws JMSException
XATopicConnectionFactoryConnection.start method
is explicitly called.
createXATopicConnection in interface XATopicConnectionFactoryuserName - 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.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public TopicConnection createTopicConnection()
throws JMSException
TopicConnectionFactoryConnection.start method
is explicitly called.
createTopicConnection in interface TopicConnectionFactoryJMSException - if the JMS provider fails to create a topic
connection due to some internal error.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
public TopicConnection createTopicConnection(java.lang.String userName,
java.lang.String password)
throws JMSException
TopicConnectionFactoryConnection.start method
is explicitly called.
createTopicConnection in interface TopicConnectionFactoryuserName - 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.
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 | ||||||||