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

Packages that use DtxCommit
org.apache.qpid.transport   
 

Uses of DtxCommit in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return DtxCommit
 DtxCommit DtxCommit.clearOnePhase()
           
 DtxCommit DtxCommit.clearXid()
           
 DtxCommit DtxCommit.onePhase(boolean value)
           
 DtxCommit DtxCommit.setOnePhase(boolean value)
           
 DtxCommit DtxCommit.setXid(Xid value)
           
 DtxCommit DtxCommit.xid(Xid value)
           
 

Methods in org.apache.qpid.transport with parameters of type DtxCommit
 void MethodDelegate.dtxCommit(C context, DtxCommit method)
           
 



Licensed to the Apache Software Foundation