Package com.sun.messaging
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 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 SummaryConstructorsModifierConstructorDescriptionConstructs a TopicConnectionFactory with the default configuration.protectedTopicConnectionFactory(String defaultsBase) Constructs a TopicConnectionFactory with the specified configuration.
- 
Method SummaryMethods inherited from class com.sun.messaging.ConnectionFactorycreateQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReferenceMethods inherited from class com.sun.messaging.BasicConnectionFactorycreateConnection, createConnection, createContext, createContext, createContext, createContext, getConnectionType, getContainerType, 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, createTopicConnection
- 
Constructor Details- 
TopicConnectionFactorypublic TopicConnectionFactory()Constructs a TopicConnectionFactory with the default configuration.
- 
TopicConnectionFactoryConstructs a TopicConnectionFactory with the specified configuration.
 
-