Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 1323cab6b89f7da46eae4ec745a30cb7 > files > 14

ruby-transaction-simple-1.3.0-2mdv2008.1.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Module: Transaction</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



    <div id="classHeader">
        <table class="header-table">
        <tr class="top-aligned-row">
          <td><strong>Module</strong></td>
          <td class="class-name-in-header">Transaction</td>
        </tr>
        <tr class="top-aligned-row">
            <td><strong>In:</strong></td>
            <td>
                <a href="../files/lib/transaction/simple_rb.html">
                lib/transaction/simple.rb
                </a>
        <br />
            </td>
        </tr>

        </table>
    </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">

    <div id="description">
      <h2>Licence</h2>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
&quot;Software&quot;), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE. The &quot;<a
href="Transaction.html">Transaction</a>&quot; namespace can be used for
additional transaction support objects and modules.
</p>

    </div>


   </div>


  </div>


    <!-- if includes -->

    <div id="section">

    <div id="class-list">
      <h3 class="section-bar">Classes and Modules</h3>

      Module <a href="Transaction/Simple.html" class="link">Transaction::Simple</a><br />
Class <a href="Transaction/TransactionAborted.html" class="link">Transaction::TransactionAborted</a><br />
Class <a href="Transaction/TransactionCommitted.html" class="link">Transaction::TransactionCommitted</a><br />
Class <a href="Transaction/TransactionError.html" class="link">Transaction::TransactionError</a><br />
Class <a href="Transaction/TransactionThreadError.html" class="link">Transaction::TransactionThreadError</a><br />

    </div>

    <div id="constants-list">
      <h3 class="section-bar">Constants</h3>

      <div class="name-list">
        <table summary="Constants">
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">Messages</td>
          <td>=</td>
          <td class="context-item-value">{     :bad_debug_object =&gt;       te % &quot;the transaction debug object must respond to #&lt;&lt;.&quot;,     :unique_names =&gt;       te % &quot;named transactions must be unique.&quot;,     :no_transaction_open =&gt;       te % &quot;no transaction open.&quot;,     :cannot_rewind_no_transaction =&gt;       te % &quot;cannot rewind; there is no current transaction.&quot;,     :cannot_rewind_named_transaction =&gt;       te % &quot;cannot rewind to transaction %s because it does not exist.&quot;,     :cannot_rewind_transaction_before_block =&gt;       te % &quot;cannot rewind a transaction started before the execution block.&quot;,     :cannot_abort_no_transaction =&gt;       te % &quot;cannot abort; there is no current transaction.&quot;,     :cannot_abort_transaction_before_block =&gt;       te % &quot;cannot abort a transaction started before the execution block.&quot;,     :cannot_abort_named_transaction =&gt;       te % &quot;cannot abort nonexistant transaction %s.&quot;,     :cannot_commit_no_transaction =&gt;       te % &quot;cannot commit; there is no current transaction.&quot;,     :cannot_commit_transaction_before_block =&gt;       te % &quot;cannot commit a transaction started before the execution block.&quot;,     :cannot_commit_named_transaction =&gt;       te % &quot;cannot commit nonexistant transaction %s.&quot;,     :cannot_start_empty_block_transaction =&gt;       te % &quot;cannot start a block transaction with no objects.&quot;,     :cannot_obtain_transaction_lock =&gt;       te % &quot;cannot obtain transaction lock for #%s.&quot;,   }</td>
        </tr>
        </table>
      </div>
    </div>



      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>