Package com.sun.messaging
Class BasicTopic
java.lang.Object
com.sun.messaging.AdministeredObject
com.sun.messaging.Destination
com.sun.messaging.BasicTopic
- All Implemented Interfaces:
- jakarta.jms.Destination,- jakarta.jms.Topic,- Serializable
- Direct Known Subclasses:
- Topic
A 
BasicTopic represents an identity of a repository of messages used in the JMS Publish/Subscribe
 messaging domain.- 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 SummaryConstructorsConstructorDescriptionConstructs an identity of a Publish/Subscribe Topic with the default nameBasicTopic(String name) Constructs an identity of a Publish/Subscribe Topic with the given name
- 
Method SummaryMethods inherited from class com.sun.messaging.DestinationgetName, getQueueName, getTopicName, setDefaultConfiguration, toString, validate_imqDestinationNameMethods 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, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.TopicgetTopicName, toString
- 
Constructor Details- 
BasicTopicpublic BasicTopic()Constructs an identity of a Publish/Subscribe Topic with the default name
- 
BasicTopicConstructs an identity of a Publish/Subscribe Topic with the given name- Parameters:
- name- The name of the Topic
- Throws:
- jakarta.jms.JMSException
 
 
- 
- 
Method Details- 
equalsCompares this Topic to the specified object. The result istrueif and only if the arguement is notnulland is aTopicobject with the same Topic Name as this object.
- 
hashCodepublic int hashCode()
- 
isQueuepublic boolean isQueue()Returns whether this is a Queueing type of Destination object- Specified by:
- isQueuein class- Destination
- Returns:
- whether this is a Queueing type of Destination object
 
- 
isTemporarypublic boolean isTemporary()Returns whether this is a Temporary type of Destination object- Specified by:
- isTemporaryin class- Destination
- Returns:
- whether this is a Temporary type of Destination object
 
 
-