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

Packages that use StreamReturnCode
org.apache.qpid.transport   
 

Uses of StreamReturnCode in org.apache.qpid.transport
 

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



Licensed to the Apache Software Foundation