3 <title>The source code</title>
\r
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js"><div id="cls-Ext.Direct.Transaction"></div>/**
\r
9 * @class Ext.Direct.Transaction
\r
11 * <p>Supporting Class for Ext.Direct (not intended to be used directly).</p>
\r
13 * @param {Object} config
\r
15 Ext.Direct.Transaction = function(config){
\r
16 Ext.apply(this, config);
\r
17 this.tid = ++Ext.Direct.TID;
\r
18 this.retryCount = 0;
\r
20 Ext.Direct.Transaction.prototype = {
\r
22 this.provider.queueTransaction(this);
\r
30 getProvider: function(){
\r
31 return this.provider;
\r