org.apache.qpid.client
Interface TemporaryDestination

All Superinterfaces:
Destination
All Known Implementing Classes:
AMQTemporaryQueue, AMQTemporaryTopic

interface TemporaryDestination
extends Destination

Provides support for covenience interface implemented by both AMQTemporaryTopic and AMQTemporaryQueue so that operations related to their "temporary-ness" can be abstracted out.


Method Summary
 void delete()
           
 AMQSession getSession()
           
 boolean isDeleted()
           
 

Method Detail

delete

void delete()
            throws JMSException
Throws:
JMSException

getSession

AMQSession getSession()

isDeleted

boolean isDeleted()


Licensed to the Apache Software Foundation