public class Topic extends BasicTopic implements javax.naming.Referenceable
Topic
represents an identity of a repository of messages
used in the JMS Publish/Subscribe messaging domain.javax.jms.Topic
,
Serialized FormAO_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
Constructor and Description |
---|
Topic()
Constructs an identity of a Publish/Subscribe Topic with the default name
|
Topic(java.lang.String name)
Constructs an identity of a Publish/Subscribe Topic with the given name
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description for this Topic.
|
javax.naming.Reference |
getReference()
Returns a Reference Object that can be used to reconstruct this object.
|
void |
setDescription(java.lang.String description)
Sets a description for this Topic.
|
void |
setName(java.lang.String name)
Sets the name of this Topic.
|
equals, hashCode, isQueue, isTemporary
getName, getQueueName, getTopicName, setDefaultConfiguration, toString, validate_imqDestinationName
dump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperty, setReadOnly
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTopicName, toString
public Topic()
public Topic(java.lang.String name) throws JMSException
name
- The name of the TopicJMSException
public javax.naming.Reference getReference()
getReference
in interface javax.naming.Referenceable
public void setName(java.lang.String name)
name
- The name of the Topicjava.lang.IllegalArgumentException
- if name is invalidpublic void setDescription(java.lang.String description)
description
- The description for this Topicpublic java.lang.String getDescription()
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.