|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.AdministeredObject
com.sun.messaging.Destination
com.sun.messaging.BasicTopic
A BasicTopic
represents an identity of a repository of messages
used in the JMS Publish/Subscribe messaging domain.
javax.jms.Topic
,
Serialized FormField Summary |
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, configuration, configurationLabels, configurationTypes, cr, storedVersion, VERSION |
Constructor Summary | |
BasicTopic()
Constructs an identity of a Publish/Subscribe Topic with the default name |
|
BasicTopic(String name)
Constructs an identity of a Publish/Subscribe Topic with the given name |
Method Summary | |
boolean |
equals(Object anObject)
Compares this Topic to the specified object. |
boolean |
isQueue()
Returns whether this is a Queueing type of Destination object |
boolean |
isTemporary()
Returns whether this is a Temporary type of Destination object |
Methods inherited from class com.sun.messaging.Destination |
getName, getQueueName, getTopicName, setDefaultConfiguration, toString, validate_imqDestinationName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.Topic |
getTopicName, toString |
Constructor Detail |
public BasicTopic()
public BasicTopic(String name) throws JMSException
name
- The name of the TopicMethod Detail |
public boolean equals(Object anObject)
true
if and only if the arguement is not
null
and is a Topic
object with the same
Topic Name as this object.
anObject
- The object to compare this Topic
against.
true
if the object and this Topic
are equal;
false
otherwise.public boolean isQueue()
isQueue
in class Destination
public boolean isTemporary()
isTemporary
in class Destination
|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |