Uses of Class
com.caucho.amqp.io.FrameAttach.SenderSettleMode

Packages that use FrameAttach.SenderSettleMode
com.caucho.amqp.io   
 

Uses of FrameAttach.SenderSettleMode in com.caucho.amqp.io
 

Methods in com.caucho.amqp.io that return FrameAttach.SenderSettleMode
 FrameAttach.SenderSettleMode FrameAttach.getSenderSettleMode()
           
static FrameAttach.SenderSettleMode FrameAttach.SenderSettleMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FrameAttach.SenderSettleMode[] FrameAttach.SenderSettleMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.amqp.io with parameters of type FrameAttach.SenderSettleMode
 void FrameAttach.setSenderSettleMode(FrameAttach.SenderSettleMode mode)