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

Packages that use DtxXaStatus
org.apache.qpid.transport   
 

Uses of DtxXaStatus in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return DtxXaStatus
static DtxXaStatus DtxXaStatus.get(int value)
           
 DtxXaStatus XaResult.getStatus()
           
static DtxXaStatus DtxXaStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DtxXaStatus[] DtxXaStatus.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 DtxXaStatus
 XaResult XaResult.setStatus(DtxXaStatus value)
           
 XaResult XaResult.status(DtxXaStatus value)
           
 

Constructors in org.apache.qpid.transport with parameters of type DtxXaStatus
XaResult(DtxXaStatus status)
           
 



Licensed to the Apache Software Foundation