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

Packages that use SessionDetachCode
org.apache.qpid.transport   
 

Uses of SessionDetachCode in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return SessionDetachCode
static SessionDetachCode SessionDetachCode.get(short value)
           
 SessionDetachCode SessionDetached.getCode()
           
static SessionDetachCode SessionDetachCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionDetachCode[] SessionDetachCode.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 SessionDetachCode
 SessionDetached SessionDetached.code(SessionDetachCode value)
           
(package private)  void SessionInvoker.sessionDetached(byte[] name, SessionDetachCode code, Option... _options)
           
 SessionDetached SessionDetached.setCode(SessionDetachCode value)
           
 

Constructors in org.apache.qpid.transport with parameters of type SessionDetachCode
SessionDetached(byte[] name, SessionDetachCode code, Option... _options)
           
 



Licensed to the Apache Software Foundation