Class TopicConnectionFactory
java.lang.Object
com.sun.messaging.AdministeredObject
com.sun.messaging.BasicConnectionFactory
com.sun.messaging.ConnectionFactory
com.sun.messaging.TopicConnectionFactory
- All Implemented Interfaces:
jakarta.jms.ConnectionFactory, jakarta.jms.TopicConnectionFactory, Serializable, Referenceable
public class TopicConnectionFactory
extends ConnectionFactory
implements jakarta.jms.TopicConnectionFactory
A
TopicConnectionFactory is used to create TopicConnections with the Sun MQ Java Message Service (JMS)
Publish/Subscribe (Pub/Sub) provider.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs a TopicConnectionFactory with the default configuration.protectedTopicConnectionFactory(String defaultsBase) Constructs a TopicConnectionFactory with the specified configuration. -
Method Summary
Methods inherited from class ConnectionFactory
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReferenceMethods inherited from class BasicConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext, getConnectionType, getContainerType, 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, createTopicConnection
-
Constructor Details
-
TopicConnectionFactory
public TopicConnectionFactory()Constructs a TopicConnectionFactory with the default configuration. -
TopicConnectionFactory
Constructs a TopicConnectionFactory with the specified configuration.
-