blob: d69bb03e99b5a8e2f5760ea2d468e0b3e46b89df [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_121) on Fri Jan 06 19:36:23 UTC 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TransactionEvent (OpenJPA Parent POM 2.4.2 API)</title>
<meta name="date" content="2017-01-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TransactionEvent (OpenJPA Parent POM 2.4.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TransactionEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/event/TCPRemoteCommitProvider.html" title="class in org.apache.openjpa.event"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/openjpa/event/TransactionEventManager.html" title="class in org.apache.openjpa.event"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/event/TransactionEvent.html" target="_top">Frames</a></li>
<li><a href="TransactionEvent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openjpa.event</div>
<h2 title="Class TransactionEvent" class="title">Class TransactionEvent</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">java.util.EventObject</a></li>
<li>
<ul class="inheritance">
<li>org.apache.openjpa.event.TransactionEvent</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">TransactionEvent</span>
extends <a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></pre>
<div class="block">A transactional event. The event source is the <a href="../../../../org/apache/openjpa/kernel/Broker.html" title="interface in org.apache.openjpa.kernel"><code>Broker</code></a> whose
transaction state changed.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>0.3.0</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Abe White</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.openjpa.event.TransactionEvent">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_BEGIN">AFTER_BEGIN</a></strong></code>
<div class="block">Event type signifying that a transaction has just begun.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_COMMIT">AFTER_COMMIT</a></strong></code>
<div class="block">Event type signifying that the transaction has committed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_COMMIT_COMPLETE">AFTER_COMMIT_COMPLETE</a></strong></code>
<div class="block">Event type signifying that the commit has completey ended and the
transaction is no longer active.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_FLUSH">AFTER_FLUSH</a></strong></code>
<div class="block">Event type signifying that changes have been flushed to the datastore.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_ROLLBACK">AFTER_ROLLBACK</a></strong></code>
<div class="block">Event type signifying that the transaction was rolled back.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_ROLLBACK_COMPLETE">AFTER_ROLLBACK_COMPLETE</a></strong></code>
<div class="block">Event type signifying that the rollback has completey ended and the
transaction is no longer active.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#AFTER_STATE_TRANSITIONS">AFTER_STATE_TRANSITIONS</a></strong></code>
<div class="block">Event type signifying that all state transitions have been made.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#BEFORE_COMMIT">BEFORE_COMMIT</a></strong></code>
<div class="block">Event type signifying that the transaction is about to be committed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#BEFORE_FLUSH">BEFORE_FLUSH</a></strong></code>
<div class="block">Event type signifying that changes are about to be flushed to the
datastore.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.util.EventObject">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.util.<a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#source" title="class or interface in java.util">source</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#TransactionEvent(org.apache.openjpa.kernel.Broker,%20int,%20java.util.Collection,%20java.util.Collection,%20java.util.Collection,%20java.util.Collection)">TransactionEvent</a></strong>(<a href="../../../../org/apache/openjpa/kernel/Broker.html" title="interface in org.apache.openjpa.kernel">Broker</a>&nbsp;broker,
int&nbsp;type,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;objs,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;addClss,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;updateClss,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;deleteClss)</code>
<div class="block">Constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#getDeletedTypes()">getDeletedTypes</a></strong>()</code>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were deleted in the transaction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#getPersistedTypes()">getPersistedTypes</a></strong>()</code>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were created in the transaction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#getTransactionalObjects()">getTransactionalObjects</a></strong>()</code>
<div class="block">Return the unmodifiable set of persistence capable objects
participating in the transaction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#getType()">getType</a></strong>()</code>
<div class="block">Return the type of event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/event/TransactionEvent.html#getUpdatedTypes()">getUpdatedTypes</a></strong>()</code>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were modified in the transaction.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.util.EventObject">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.util.<a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#getSource()" title="class or interface in java.util">getSource</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#toString()" title="class or interface in java.util">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="AFTER_BEGIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_BEGIN</h4>
<pre>public static final&nbsp;int AFTER_BEGIN</pre>
<div class="block">Event type signifying that a transaction has just begun.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_BEGIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BEFORE_FLUSH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BEFORE_FLUSH</h4>
<pre>public static final&nbsp;int BEFORE_FLUSH</pre>
<div class="block">Event type signifying that changes are about to be flushed to the
datastore. This does not necessarily mean that a commit is taking place.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.BEFORE_FLUSH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_FLUSH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_FLUSH</h4>
<pre>public static final&nbsp;int AFTER_FLUSH</pre>
<div class="block">Event type signifying that changes have been flushed to the datastore.
This event is only fired if flushing is successful.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_FLUSH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BEFORE_COMMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BEFORE_COMMIT</h4>
<pre>public static final&nbsp;int BEFORE_COMMIT</pre>
<div class="block">Event type signifying that the transaction is about to be committed.
This will be fired before the <a href="../../../../org/apache/openjpa/event/TransactionEvent.html#BEFORE_FLUSH"><code>BEFORE_FLUSH</code></a> event for the
transaction, so that you can differentiate between flushes for commits
and other flushes.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.BEFORE_COMMIT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_COMMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_COMMIT</h4>
<pre>public static final&nbsp;int AFTER_COMMIT</pre>
<div class="block">Event type signifying that the transaction has committed.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_COMMIT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_ROLLBACK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_ROLLBACK</h4>
<pre>public static final&nbsp;int AFTER_ROLLBACK</pre>
<div class="block">Event type signifying that the transaction was rolled back.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_ROLLBACK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_STATE_TRANSITIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_STATE_TRANSITIONS</h4>
<pre>public static final&nbsp;int AFTER_STATE_TRANSITIONS</pre>
<div class="block">Event type signifying that all state transitions have been made.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_STATE_TRANSITIONS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_COMMIT_COMPLETE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_COMMIT_COMPLETE</h4>
<pre>public static final&nbsp;int AFTER_COMMIT_COMPLETE</pre>
<div class="block">Event type signifying that the commit has completey ended and the
transaction is no longer active.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_COMMIT_COMPLETE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_ROLLBACK_COMPLETE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AFTER_ROLLBACK_COMPLETE</h4>
<pre>public static final&nbsp;int AFTER_ROLLBACK_COMPLETE</pre>
<div class="block">Event type signifying that the rollback has completey ended and the
transaction is no longer active.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.event.TransactionEvent.AFTER_ROLLBACK_COMPLETE">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TransactionEvent(org.apache.openjpa.kernel.Broker, int, java.util.Collection, java.util.Collection, java.util.Collection, java.util.Collection)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TransactionEvent</h4>
<pre>public&nbsp;TransactionEvent(<a href="../../../../org/apache/openjpa/kernel/Broker.html" title="interface in org.apache.openjpa.kernel">Broker</a>&nbsp;broker,
int&nbsp;type,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;objs,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;addClss,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;updateClss,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;deleteClss)</pre>
<div class="block">Constructor.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>broker</code> - the event source</dd><dd><code>type</code> - the event type</dd><dd><code>objs</code> - transactional objects</dd><dd><code>addClss</code> - classes of added instances</dd><dd><code>updateClss</code> - classes of updated instances</dd><dd><code>deleteClss</code> - classes of deleted instances</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre>public&nbsp;int&nbsp;getType()</pre>
<div class="block">Return the type of event.</div>
</li>
</ul>
<a name="getTransactionalObjects()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransactionalObjects</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;getTransactionalObjects()</pre>
<div class="block">Return the unmodifiable set of persistence capable objects
participating in the transaction. This set will contain all dirty
objects, but may not contain clean objects.</div>
</li>
</ul>
<a name="getPersistedTypes()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPersistedTypes</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;getPersistedTypes()</pre>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were created in the transaction.</div>
</li>
</ul>
<a name="getUpdatedTypes()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUpdatedTypes</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;getUpdatedTypes()</pre>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were modified in the transaction.</div>
</li>
</ul>
<a name="getDeletedTypes()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDeletedTypes</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;getDeletedTypes()</pre>
<div class="block">Return the unmodifiable the set of classes of
persistence capable objects that were deleted in the transaction.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TransactionEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/event/TCPRemoteCommitProvider.html" title="class in org.apache.openjpa.event"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/openjpa/event/TransactionEventManager.html" title="class in org.apache.openjpa.event"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/event/TransactionEvent.html" target="_top">Frames</a></li>
<li><a href="TransactionEvent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>