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:
- Serializable, ConnectionFactory, TopicConnectionFactory, Referenceable
public class TopicConnectionFactory
- extends ConnectionFactory
- implements TopicConnectionFactory
A TopicConnectionFactory
is used to create TopicConnections with
the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
- See Also:
javax.jms.TopicConnectionFactory
,
Serialized Form
Fields inherited from class com.sun.messaging.AdministeredObject |
AO_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, storedVersion, VERSION |
Methods inherited from class com.sun.messaging.AdministeredObject |
dump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperty, setReadOnly |
TopicConnectionFactory
public TopicConnectionFactory()
- Constructs a TopicConnectionFactory with the default configuration.
TopicConnectionFactory
protected TopicConnectionFactory(String defaultsBase)
- Constructs a TopicConnectionFactory with the specified configuration.
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.