public class TibjmsUFOTopicConnectionFactory extends TibjmsUFOConnectionFactory implements TopicConnectionFactory, java.io.Externalizable
| Constructor and Description |
|---|
TibjmsUFOTopicConnectionFactory() |
TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls) |
TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls,
java.lang.String clientId) |
TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls,
java.lang.String clientId,
java.util.Map properties) |
TibjmsUFOTopicConnectionFactory(TibjmsTopicConnectionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
createConnection, createConnection, createContext, createContext, createContext, createContext, getSSLProxyHost, getSSLProxyPassword, getSSLProxyPort, getSSLProxyUser, recoverConnection, setBlockingOnRecovery, setClientID, setConnAttemptCount, setConnAttemptDelay, setConnAttemptTimeout, setMetric, setMulticastDaemon, setMulticastEnabled, setReconnAttemptCount, setReconnAttemptDelay, setReconnAttemptTimeout, setServerUrl, setSSLAuthOnly, setSSLCipherSuites, setSSLDebugTrace, setSSLEnableVerifyHost, setSSLEnableVerifyHostName, setSSLExpectedHostName, setSSLIdentity, setSSLIdentity, setSSLIdentityEncoding, setSSLIssuerCertificate, setSSLIssuerCertificate, setSSLIssuerCertificate, setSSLPassword, setSSLPrivateKey, setSSLPrivateKey, setSSLPrivateKeyEncoding, setSSLProxy, setSSLProxyAuth, setSSLTrace, setSSLTrustedCertificate, setSSLTrustedCertificate, setSSLTrustedCertificate, setSSLVendor, setUserName, setUserPasswordequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateConnection, createConnection, createContext, createContext, createContext, createContextpublic TibjmsUFOTopicConnectionFactory()
public TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls)
public TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls,
java.lang.String clientId)
public TibjmsUFOTopicConnectionFactory(java.lang.String serverUrls,
java.lang.String clientId,
java.util.Map properties)
public TibjmsUFOTopicConnectionFactory(TibjmsTopicConnectionFactory factory) throws JMSException
JMSExceptionpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class TibjmsUFOConnectionFactoryjava.lang.CloneNotSupportedExceptionpublic TopicConnection createTopicConnection() throws JMSException
TopicConnectionFactoryConnection.start method is explicitly called.createTopicConnection in interface TopicConnectionFactoryJMSException - if the Jakarta Messaging 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 passwordJMSException - if the Jakarta Messaging 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 void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class TibjmsUFOConnectionFactoryjava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class TibjmsUFOConnectionFactoryjava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © Cloud Software Group, Inc. All rights reserved