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.XATopicConnectionFactory
An
XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS)
Publish/Subscribe (Pub/Sub) provider.- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, getContainerTypeMethods inherited from class ConnectionFactory
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReferenceMethods inherited from class BasicConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext, getConnectionType, setConnectionType, setDefaultConfiguration, toStringMethods inherited from class AdministeredObject
dump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperties, setProperty, setReadOnly, setStoredVersionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContextMethods inherited from interface jakarta.jms.TopicConnectionFactory
createTopicConnection, createTopicConnectionMethods inherited from interface jakarta.jms.XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContextMethods inherited from interface jakarta.jms.XATopicConnectionFactory
createXATopicConnection, createXATopicConnection
-
Constructor Details
-
XATopicConnectionFactory
public XATopicConnectionFactory()
-