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

Packages that use FileReturnCode
org.apache.qpid.transport   
 

Uses of FileReturnCode in org.apache.qpid.transport
 

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



Licensed to the Apache Software Foundation