3 <title>The source code</title>
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
7 <body onload="prettyPrint();">
8 <pre class="prettyprint lang-js">/*!
10 * Copyright(c) 2006-2009 Ext JS, LLC
12 * http://www.extjs.com/license
14 <div id="cls-Ext.Direct.Transaction"></div>/**
\r
15 * @class Ext.Direct.Transaction
\r
17 * <p>Supporting Class for Ext.Direct (not intended to be used directly).</p>
\r
19 * @param {Object} config
\r
21 Ext.Direct.Transaction = function(config){
\r
22 Ext.apply(this, config);
\r
23 this.tid = ++Ext.Direct.TID;
\r
24 this.retryCount = 0;
\r
26 Ext.Direct.Transaction.prototype = {
\r
28 this.provider.queueTransaction(this);
\r
36 getProvider: function(){
\r
37 return this.provider;
\r