Uses of Interface
org.apache.qpid.framing.FileCancelBody

Packages that use FileCancelBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

Uses of FileCancelBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileCancelBody
 class FileCancelBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileCancelBody
 FileCancelBody MethodRegistry_0_9.createFileCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type FileCancelBody
 boolean ServerMethodDispatcher_0_9.dispatchFileCancel(FileCancelBody body, int channelId)
           
 

Uses of FileCancelBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return FileCancelBody
 FileCancelBody MethodRegistry_8_0.createFileCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type FileCancelBody
 boolean ServerMethodDispatcher_8_0.dispatchFileCancel(FileCancelBody body, int channelId)
           
 



Licensed to the Apache Software Foundation