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

Packages that use BasicRecoverBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of BasicRecoverBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicRecoverBody
abstract  BasicRecoverBody MethodRegistry.createBasicRecoverBody(boolean requeue)
           
 

Methods in org.apache.qpid.framing with parameters of type BasicRecoverBody
 boolean ServerMethodDispatcher.dispatchBasicRecover(BasicRecoverBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicRecoverBody
 class BasicRecoverBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicRecoverBody
 BasicRecoverBody MethodRegistry_0_9.createBasicRecoverBody(boolean requeue)
           
 

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

Uses of BasicRecoverBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicRecoverBody
 BasicRecoverBody MethodRegistry_0_91.createBasicRecoverBody(boolean requeue)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicRecoverBody
 boolean ServerMethodDispatcher_0_91.dispatchBasicRecover(BasicRecoverBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicRecoverBody
 BasicRecoverBody MethodRegistry_8_0.createBasicRecoverBody(boolean requeue)
           
 

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



Licensed to the Apache Software Foundation