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

Packages that use MessageCreditUnit
org.apache.qpid.transport   
 

Uses of MessageCreditUnit in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return MessageCreditUnit
static MessageCreditUnit MessageCreditUnit.get(short value)
           
 MessageCreditUnit MessageFlow.getUnit()
           
static MessageCreditUnit MessageCreditUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageCreditUnit[] MessageCreditUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.transport with parameters of type MessageCreditUnit
 void SessionInvoker.messageFlow(String destination, MessageCreditUnit unit, long value, Option... _options)
           
 MessageFlow MessageFlow.setUnit(MessageCreditUnit value)
           
 MessageFlow MessageFlow.unit(MessageCreditUnit value)
           
 

Constructors in org.apache.qpid.transport with parameters of type MessageCreditUnit
MessageFlow(String destination, MessageCreditUnit unit, long value, Option... _options)
           
 



Licensed to the Apache Software Foundation