public class MQXATopicConnectionFactory extends MQTopicConnectionFactory implements JmsXATopicConnectionFactory, javax.jms.XATopicConnectionFactory
MQConnectionFactory.ConnectionFactoryProperty| Constructor and Description |
|---|
MQXATopicConnectionFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jms.XAJMSContext |
createXAContext() |
javax.jms.XAJMSContext |
createXAContext(java.lang.String userName,
java.lang.String password) |
javax.jms.XATopicConnection |
createXATopicConnection()
Creates an XA topic connection with the default user identity
|
javax.jms.XATopicConnection |
createXATopicConnection(java.lang.String userid,
java.lang.String password)
Creates an XA topic connection with the specified user identity.
|
createTopicConnection, createTopicConnectioncreateConnection, createConnection, getAppName, getAsyncExceptions, getBrokerCCSubQueue, getBrokerControlQueue, getBrokerPubQueue, getBrokerQueueManager, getBrokerSubQueue, getBrokerVersion, getCCDTURL, getCCSID, getChannel, getCleanupInterval, getCleanupLevel, getClientId, getClientID, getClientReconnectOptions, getClientReconnectTimeout, getConnectionNameList, getConnTag, getDescription, getDirectAuth, getFailIfQuiesce, getHdrCompList, getHostName, getLocalAddress, getMapNameStyle, getMaxBufferSize, getMessageRetention, getMessageSelection, getMQConnectionOptions, getMsgBatchSize, getMsgCompList, getMulticast, getPollingInterval, getPort, getProviderVersion, getProxyHostName, getProxyPort, getPubAckInterval, getQueueManager, getReceiveExit, getReceiveExitInit, getReference, getRescanInterval, getSecurityExit, getSecurityExitInit, getSendCheckCount, getSendExit, getSendExitInit, getShareConvAllowed, getSparseSubscriptions, getSSLCertStores, getSSLCertStoresAsString, getSSLCipherSuite, getSSLFipsRequired, getSSLPeerName, getSSLResetCount, getSSLSocketFactory, getStatusRefreshInterval, getSubscriptionStore, getSyncpointAllGets, getTargetClientMatching, getTemporaryModel, getTempQPrefix, getTempTopicPrefix, getTransportType, getUseConnectionPooling, getVersion, getWildcardFormat, setAppName, setAsyncExceptions, setBrokerCCSubQueue, setBrokerControlQueue, setBrokerPubQueue, setBrokerQueueManager, setBrokerSubQueue, setBrokerVersion, setCCDTURL, setCCSID, setChannel, setCleanupInterval, setCleanupLevel, setClientId, setClientID, setClientReconnectOptions, setClientReconnectTimeout, setConnectionNameList, setConnTag, setDescription, setDirectAuth, setFailIfQuiesce, setHdrCompList, setHostName, setLocalAddress, setMapNameStyle, setMaxBufferSize, setMessageRetention, setMessageSelection, setMQConnectionOptions, setMsgBatchSize, setMsgCompList, setMulticast, setPollingInterval, setPort, setProviderVersion, setProxyHostName, setProxyPort, setPubAckInterval, setQueueManager, setReceiveExit, setReceiveExitInit, setRescanInterval, setSecurityExit, setSecurityExitInit, setSendCheckCount, setSendExit, setSendExitInit, setShareConvAllowed, setSparseSubscriptions, setSSLCertStores, setSSLCertStores, setSSLCipherSuite, setSSLFipsRequired, setSSLPeerName, setSSLResetCount, setSSLSocketFactory, setStatusRefreshInterval, setSubscriptionStore, setSyncpointAllGets, setTargetClientMatching, setTemporaryModel, setTempQPrefix, setTempTopicPrefix, setTransportType, setUseConnectionPooling, setWildcardFormatcreateContext, createContext, createContext, createContext, equals, hashCodeclear, containsKey, containsValue, entrySet, get, getObjectProperty, isEmpty, keySet, propertyExists, put, putAll, remove, setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setProviderPropertyContext, setShortProperty, setStringProperty, size, valuesdump, getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getPropertyNames, getShortProperty, getStringProperty, toStringsetBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringPropertygetBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExistsclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuescreateXAConnection, createXAConnectioncreateTopicConnection, createTopicConnectionpublic MQXATopicConnectionFactory()
public javax.jms.XATopicConnection createXATopicConnection()
throws javax.jms.JMSException
createXATopicConnection in interface javax.jms.XATopicConnectionFactoryjavax.jms.JMSException - if JMS Provider fails to create XA topic connection due to some
internal errorjavax.jms.JMSSecurityException - if client authentication fails due to invalid user name or
passwordXAConnectionFactory.createXAConnection()public javax.jms.XATopicConnection createXATopicConnection(java.lang.String userid,
java.lang.String password)
throws javax.jms.JMSException
createXATopicConnection in interface javax.jms.XATopicConnectionFactoryuserid - the caller's user namepassword - the caller's passwordjavax.jms.JMSException - if the JMS Provider fails to create the XA topic connection due to some
internal errorjavax.jms.JMSSecurityException - if client authentication fails due to invalid user name or
passwordXAConnectionFactory.createXAConnection(java.lang.String, java.lang.String)public javax.jms.XAJMSContext createXAContext()
throws javax.jms.JMSRuntimeException,
javax.jms.JMSSecurityRuntimeException
createXAContext in interface javax.jms.XAConnectionFactoryjavax.jms.JMSRuntimeExceptionjavax.jms.JMSSecurityRuntimeExceptionXAConnectionFactory.createXAContext()public javax.jms.XAJMSContext createXAContext(java.lang.String userName,
java.lang.String password)
throws javax.jms.JMSRuntimeException,
javax.jms.JMSSecurityRuntimeException
createXAContext in interface javax.jms.XAConnectionFactoryjavax.jms.JMSRuntimeExceptionjavax.jms.JMSSecurityRuntimeExceptionXAConnectionFactory.createXAContext(java.lang.String, java.lang.String)