<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Transaction_class</id>
	<title>Transaction class - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Transaction_class"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Transaction_class&amp;action=history"/>
	<updated>2026-05-22T00:27:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Transaction_class&amp;diff=117811&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;The &lt;var&gt;Transaction&lt;/var&gt; class is a collection of shared methods that allow control of transactions, specifically global...&quot;</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Transaction_class&amp;diff=117811&amp;oldid=prev"/>
		<updated>2020-01-14T03:47:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; class is a collection of &lt;a href=&quot;/index.php?title=Notation_conventions_for_methods#Shared_methods&quot; title=&quot;Notation conventions for methods&quot;&gt;shared methods&lt;/a&gt; that allow control of transactions, specifically global...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; class is a collection of [[Notation conventions for methods#Shared methods|shared methods]] that&lt;br /&gt;
allow control of transactions, specifically global transactions.&lt;br /&gt;
 &lt;br /&gt;
There are no &amp;lt;var&amp;gt;System&amp;lt;/var&amp;gt; or &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; objects, per se.&lt;br /&gt;
That is, you cannot instantiate an instance of a &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; object,&lt;br /&gt;
nor assign references from one variable to another, nor are there any&lt;br /&gt;
instance-specific methods in this class.&lt;br /&gt;
You can, however, declare objects of the &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; class.&lt;br /&gt;
The main use of such objects is to provide a short-hand way of referencing the class:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%sys       is object system&lt;br /&gt;
%tran    is object transaction&lt;br /&gt;
 ...&lt;br /&gt;
%tran:setGlobal(%xid, $view(&amp;quot;JOBNM&amp;quot;))&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
All &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; class methods are shared methods, so they are invokable via their class names:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%(transaction):setGlobal(%xid, $view(&amp;quot;JOBNM&amp;quot;))&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==List of Transaction methods==&lt;br /&gt;
The individual &amp;lt;var&amp;gt;Transaction&amp;lt;/var&amp;gt; methods are summarized in [[List of Transaction methods]].&lt;br /&gt;
&lt;br /&gt;
[[Category:System classes]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>