|
Novell exteNd Messaging Platform 5.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional).
TopicConnectionFactory,
XAConnectionFactory| Method Summary | |
XATopicConnection |
createXATopicConnection()
Creates an XA topic connection with the default user identity. |
XATopicConnection |
createXATopicConnection(String userName,
String password)
Creates an XA topic connection with the specified user identity. |
| Methods inherited from interface javax.jms.TopicConnectionFactory |
createTopicConnection, createTopicConnection |
| Method Detail |
public XATopicConnection createXATopicConnection()
throws JMSException
Connection.start method
is explicitly called.
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 XATopicConnection createXATopicConnection(String userName,
String password)
throws JMSException
Connection.start method
is explicitly called.
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.
JMSSecurityException - if client authentication fails due to
an invalid user name or password.
|
Novell exteNd Messaging Platform 5.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||