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

Packages that use DtxStart
org.apache.qpid.transport   
 

Uses of DtxStart in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return DtxStart
 DtxStart DtxStart.clearJoin()
           
 DtxStart DtxStart.clearResume()
           
 DtxStart DtxStart.clearXid()
           
 DtxStart DtxStart.join(boolean value)
           
 DtxStart DtxStart.resume(boolean value)
           
 DtxStart DtxStart.setJoin(boolean value)
           
 DtxStart DtxStart.setResume(boolean value)
           
 DtxStart DtxStart.setXid(Xid value)
           
 DtxStart DtxStart.xid(Xid value)
           
 

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



Licensed to the Apache Software Foundation