Package com.sun.messaging
Class XATopicConnectionFactory
java.lang.Object
com.sun.messaging.AdministeredObject
com.sun.messaging.BasicConnectionFactory
com.sun.messaging.ConnectionFactory
com.sun.messaging.XAConnectionFactory
com.sun.messaging.XATopicConnectionFactory
- All Implemented Interfaces:
- jakarta.jms.ConnectionFactory,- jakarta.jms.TopicConnectionFactory,- jakarta.jms.XAConnectionFactory,- jakarta.jms.XATopicConnectionFactory,- Serializable,- Referenceable
public class XATopicConnectionFactory
extends XAConnectionFactory
implements jakarta.jms.TopicConnectionFactory, jakarta.jms.XATopicConnectionFactory
An 
XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS)
 Publish/Subscribe (Pub/Sub) provider.- See Also:
- 
Field SummaryFields inherited from class com.sun.messaging.AdministeredObjectAO_PROPERTY_TYPE_BOOLEAN, AO_PROPERTY_TYPE_INTEGER, AO_PROPERTY_TYPE_LIST, AO_PROPERTY_TYPE_LONG, AO_PROPERTY_TYPE_PROPERTYOWNER, AO_PROPERTY_TYPE_STRING, cachedConfigurationMap, configuration, configurationLabels, configurationTypes, cr, VERSION
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.messaging.XAConnectionFactorycreateXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, getContainerTypeMethods inherited from class com.sun.messaging.ConnectionFactorycreateQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReferenceMethods inherited from class com.sun.messaging.BasicConnectionFactorycreateConnection, createConnection, createContext, createContext, createContext, createContext, getConnectionType, setConnectionType, setDefaultConfiguration, toStringMethods inherited from class com.sun.messaging.AdministeredObjectdump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperty, setReadOnly, setStoredVersionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.ConnectionFactorycreateConnection, createConnection, createContext, createContext, createContext, createContextMethods inherited from interface jakarta.jms.TopicConnectionFactorycreateTopicConnection, createTopicConnectionMethods inherited from interface jakarta.jms.XAConnectionFactorycreateXAConnection, createXAConnection, createXAContext, createXAContextMethods inherited from interface jakarta.jms.XATopicConnectionFactorycreateXATopicConnection, createXATopicConnection
- 
Constructor Details- 
XATopicConnectionFactorypublic XATopicConnectionFactory()
 
-