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

Packages that use FrameAttach.Role
com.caucho.amqp.common   
com.caucho.amqp.io   
 

Uses of FrameAttach.Role in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common that return FrameAttach.Role
abstract  FrameAttach.Role AmqpLink.getRole()
           
 FrameAttach.Role AmqpReceiverLink.getRole()
           
 FrameAttach.Role AmqpSenderLink.getRole()
           
 

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

Methods in com.caucho.amqp.io that return FrameAttach.Role
 FrameAttach.Role FrameAttach.getRole()
           
 FrameAttach.Role FrameDisposition.getRole()
           
static FrameAttach.Role FrameAttach.Role.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FrameAttach.Role[] FrameAttach.Role.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.Role
 void FrameAttach.setRole(FrameAttach.Role role)
           
 void FrameDisposition.setRole(FrameAttach.Role role)