Uses of Class
org.apache.qpid.transport.QueueDelete

Packages that use QueueDelete
org.apache.qpid.transport   
 

Uses of QueueDelete in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return QueueDelete
 QueueDelete QueueDelete.clearIfEmpty()
           
 QueueDelete QueueDelete.clearIfUnused()
           
 QueueDelete QueueDelete.clearQueue()
           
 QueueDelete QueueDelete.ifEmpty(boolean value)
           
 QueueDelete QueueDelete.ifUnused(boolean value)
           
 QueueDelete QueueDelete.queue(String value)
           
 QueueDelete QueueDelete.setIfEmpty(boolean value)
           
 QueueDelete QueueDelete.setIfUnused(boolean value)
           
 QueueDelete QueueDelete.setQueue(String value)
           
 

Methods in org.apache.qpid.transport with parameters of type QueueDelete
 void MethodDelegate.queueDelete(C context, QueueDelete method)
           
 



Licensed to the Apache Software Foundation