org.jboss.jms.destination
Interface JBossTemporaryDestination

All Known Implementing Classes:
JBossTemporaryQueue (src) , JBossTemporaryTopic (src)

public interface JBossTemporaryDestination

A temporary destination


Field Summary
static int TEMPORARY_QUEUE
          Temporary queue
static int TEMPORARY_TOPIC
          Temporary topic
 
Method Summary
 void delete()
          Delete the temporary destination
 

Field Detail

TEMPORARY_QUEUE

public static final int TEMPORARY_QUEUE
Temporary queue

See Also:
Constant Field Values (src)

TEMPORARY_TOPIC

public static final int TEMPORARY_TOPIC
Temporary topic

See Also:
Constant Field Values (src)
Method Detail

delete

public void delete()
            throws JMSException (src) 
Delete the temporary destination

Throws:
JMSExeption - for any error
JMSException (src)