public class SolTemporaryQueue extends SolQueueImpl implements SolTemporaryQueueIF
| Constructor and Description |
|---|
SolTemporaryQueue(Queue queue) |
SolTemporaryQueue(SolConnectionIF connection,
Queue queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this temporary queue.
|
SolConnectionIF |
getConnection() |
boolean |
isDeleted() |
getJCSMPQueue, getQueueName, getReferencecreateDestination, equals, getJCSMPDestination, getPhysicalName, hashCode, toStringgetQueueName, toStringpublic SolTemporaryQueue(Queue queue)
public SolTemporaryQueue(SolConnectionIF connection, Queue queue)
public void delete()
throws JMSException
TemporaryQueueJMSException will be thrown.delete in interface TemporaryQueueJMSException - if the JMS provider fails to delete the
temporary queue due to some internal error.public SolConnectionIF getConnection()
getConnection in interface SolTemporaryQueueIFpublic boolean isDeleted()
isDeleted in interface SolTemporaryQueueIFCopyright 2004-2020 Solace Corporation. All rights reserved.