4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>The source code</title>
6 <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
7 <script type="text/javascript" src="../prettify/prettify.js"></script>
8 <style type="text/css">
9 .highlight { display: block; background-color: #ddd; }
11 <script type="text/javascript">
12 function highlight() {
13 document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
17 <body onload="prettyPrint(); highlight();">
18 <pre class="prettyprint lang-js"><span id='Ext-direct-Transaction-method-constructor'><span id='Ext-direct-Transaction'>/**
19 </span></span> * @class Ext.direct.Transaction
21 * <p>Supporting Class for Ext.Direct (not intended to be used directly).</p>
23 * @param {Object} config
25 Ext.define('Ext.direct.Transaction', {
27 /* Begin Definitions */
29 alias: 'direct.transaction',
30 alternateClassName: 'Ext.Direct.Transaction',
38 constructor: function(config){
41 Ext.apply(me, config);
42 me.id = ++me.self.TRANSACTION_ID;
47 this.provider.queueTransaction(this);
55 getProvider: function(){