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

Packages that use DtxEnd
org.apache.qpid.transport   
 

Uses of DtxEnd in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return DtxEnd
 DtxEnd DtxEnd.clearFail()
           
 DtxEnd DtxEnd.clearSuspend()
           
 DtxEnd DtxEnd.clearXid()
           
 DtxEnd DtxEnd.fail(boolean value)
           
 DtxEnd DtxEnd.setFail(boolean value)
           
 DtxEnd DtxEnd.setSuspend(boolean value)
           
 DtxEnd DtxEnd.setXid(Xid value)
           
 DtxEnd DtxEnd.suspend(boolean value)
           
 DtxEnd DtxEnd.xid(Xid value)
           
 

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



Licensed to the Apache Software Foundation