public class SolTemporaryTopic extends SolTopicImpl implements SolTemporaryTopicIF
| Constructor and Description |
|---|
SolTemporaryTopic(SolConnectionIF connection,
Topic topic) |
SolTemporaryTopic(Topic topic) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this temporary topic.
|
SolConnectionIF |
getConnection() |
boolean |
isDeleted() |
getReference, getTopicNamecreateDestination, equals, getJCSMPDestination, getPhysicalName, hashCode, toStringgetClass, notify, notifyAll, toString, wait, wait, waitgetTopicName, toStringpublic SolTemporaryTopic(Topic topic)
public SolTemporaryTopic(SolConnectionIF connection, Topic topic)
public void delete()
throws JMSException
TemporaryTopicJMSException will be thrown.delete in interface TemporaryTopicJMSException - if the JMS provider fails to delete the
temporary topic due to some internal error.public SolConnectionIF getConnection()
getConnection in interface SolTemporaryTopicIFpublic boolean isDeleted()
isDeleted in interface SolTemporaryTopicIFCopyright 2004-2020 Solace Corporation. All rights reserved.