blob: 5cef87b5c02e826f2e87cb972c3e430e20d0ae43 [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>
<title>EntityContainer</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EntityContainer";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="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>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/openejb/core/entity/EntityContext.html" title="class in org.apache.openejb.core.entity"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/core/entity/EntityContainer.html" target="_top">Frames</a></li>
<li><a href="EntityContainer.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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.openejb.core.entity</div>
<h2 title="Class EntityContainer" class="title">Class EntityContainer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.core.entity.EntityContainer</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a>, <a href="../../../../../org/apache/openejb/RpcContainer.html" title="interface in org.apache.openejb">RpcContainer</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">EntityContainer</span>
extends java.lang.Object
implements <a href="../../../../../org/apache/openejb/RpcContainer.html" title="interface in org.apache.openejb">RpcContainer</a></pre>
</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="memberSummary" 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>protected <a href="../../../../../org/apache/openejb/core/entity/EntrancyTracker.html" title="class in org.apache.openejb.core.entity">EntrancyTracker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#entrancyTracker">entrancyTracker</a></span></code>
<div class="block">Tracks entity instances that have been "entered" so we can throw reentrancy exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/openejb/util/Logger.html" title="class in org.apache.openejb.util">Logger</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#logger">logger</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" 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><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#EntityContainer-java.lang.Object-org.apache.openejb.spi.SecurityService-int-">EntityContainer</a></span>(java.lang.Object&nbsp;id,
<a href="../../../../../org/apache/openejb/spi/SecurityService.html" title="interface in org.apache.openejb.spi">SecurityService</a>&nbsp;securityService,
int&nbsp;poolSize)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/ProxyInfo.html" title="class in org.apache.openejb">ProxyInfo</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#createEJBObject-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">createEJBObject</a></span>(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#deploy-org.apache.openejb.BeanContext-">deploy</a></span>(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;beanContext)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#didCreateBean-org.apache.openejb.core.ThreadContext-EntityBean-">didCreateBean</a></span>(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#didRemove-EntityBean-org.apache.openejb.core.ThreadContext-">didRemove</a></span>(EntityBean&nbsp;bean,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;threadContext)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#ejbLoad_If_No_Transaction-org.apache.openejb.core.ThreadContext-EntityBean-">ejbLoad_If_No_Transaction</a></span>(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#ejbStore_If_No_Transaction-org.apache.openejb.core.ThreadContext-EntityBean-">ejbStore_If_No_Transaction</a></span>(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#findMethod-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">findMethod</a></span>(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#getBeanContext-java.lang.Object-">getBeanContext</a></span>(java.lang.Object&nbsp;deploymentID)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#getBeanContexts--">getBeanContexts</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#getContainerID--">getContainerID</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/ContainerType.html" title="enum in org.apache.openejb">ContainerType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#getContainerType--">getContainerType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/core/entity/EntityInstanceManager.html" title="class in org.apache.openejb.core.entity">EntityInstanceManager</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#getInstanceManager--">getInstanceManager</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#homeMethod-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">homeMethod</a></span>(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>protected java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#invoke-org.apache.openejb.InterfaceType-java.lang.reflect.Method-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-">invoke</a></span>(<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type,
java.lang.reflect.Method&nbsp;callMethod,
java.lang.reflect.Method&nbsp;runMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#invoke-java.lang.Object-org.apache.openejb.InterfaceType-java.lang.Class-java.lang.reflect.Method-java.lang.Object:A-java.lang.Object-">invoke</a></span>(java.lang.Object&nbsp;deployID,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type,
java.lang.Class&nbsp;callInterface,
java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
java.lang.Object&nbsp;primKey)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#removeEJBObject-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">removeEJBObject</a></span>(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#start-org.apache.openejb.BeanContext-">start</a></span>(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#stop-org.apache.openejb.BeanContext-">stop</a></span>(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/core/entity/EntityContainer.html#undeploy-org.apache.openejb.BeanContext-">undeploy</a></span>(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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="logger">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logger</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/openejb/util/Logger.html" title="class in org.apache.openejb.util">Logger</a> logger</pre>
</li>
</ul>
<a name="entrancyTracker">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>entrancyTracker</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/core/entity/EntrancyTracker.html" title="class in org.apache.openejb.core.entity">EntrancyTracker</a> entrancyTracker</pre>
<div class="block">Tracks entity instances that have been "entered" so we can throw reentrancy exceptions.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EntityContainer-java.lang.Object-org.apache.openejb.spi.SecurityService-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EntityContainer</h4>
<pre>public&nbsp;EntityContainer(java.lang.Object&nbsp;id,
<a href="../../../../../org/apache/openejb/spi/SecurityService.html" title="interface in org.apache.openejb.spi">SecurityService</a>&nbsp;securityService,
int&nbsp;poolSize)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></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="getBeanContexts--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBeanContexts</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>[]&nbsp;getBeanContexts()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#getBeanContexts--">getBeanContexts</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
</dl>
</li>
</ul>
<a name="getBeanContext-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBeanContext</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;getBeanContext(java.lang.Object&nbsp;deploymentID)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#getBeanContext-java.lang.Object-">getBeanContext</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
</dl>
</li>
</ul>
<a name="getContainerType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContainerType</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/ContainerType.html" title="enum in org.apache.openejb">ContainerType</a>&nbsp;getContainerType()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#getContainerType--">getContainerType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
</dl>
</li>
</ul>
<a name="getContainerID--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContainerID</h4>
<pre>public&nbsp;java.lang.Object&nbsp;getContainerID()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#getContainerID--">getContainerID</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
</dl>
</li>
</ul>
<a name="deploy-org.apache.openejb.BeanContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deploy</h4>
<pre>public&nbsp;void&nbsp;deploy(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;beanContext)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#deploy-org.apache.openejb.BeanContext-">deploy</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="start-org.apache.openejb.BeanContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>public&nbsp;void&nbsp;start(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#start-org.apache.openejb.BeanContext-">start</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="stop-org.apache.openejb.BeanContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;stop(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#stop-org.apache.openejb.BeanContext-">stop</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="undeploy-org.apache.openejb.BeanContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>undeploy</h4>
<pre>public&nbsp;void&nbsp;undeploy(<a href="../../../../../org/apache/openejb/BeanContext.html" title="class in org.apache.openejb">BeanContext</a>&nbsp;info)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/Container.html#undeploy-org.apache.openejb.BeanContext-">undeploy</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/Container.html" title="interface in org.apache.openejb">Container</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="invoke-java.lang.Object-org.apache.openejb.InterfaceType-java.lang.Class-java.lang.reflect.Method-java.lang.Object:A-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invoke</h4>
<pre>public&nbsp;java.lang.Object&nbsp;invoke(java.lang.Object&nbsp;deployID,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type,
java.lang.Class&nbsp;callInterface,
java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
java.lang.Object&nbsp;primKey)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/RpcContainer.html#invoke-java.lang.Object-org.apache.openejb.InterfaceType-java.lang.Class-java.lang.reflect.Method-java.lang.Object:A-java.lang.Object-">invoke</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openejb/RpcContainer.html" title="interface in org.apache.openejb">RpcContainer</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="getInstanceManager--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstanceManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/core/entity/EntityInstanceManager.html" title="class in org.apache.openejb.core.entity">EntityInstanceManager</a>&nbsp;getInstanceManager()</pre>
</li>
</ul>
<a name="invoke-org.apache.openejb.InterfaceType-java.lang.reflect.Method-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invoke</h4>
<pre>protected&nbsp;java.lang.Object&nbsp;invoke(<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type,
java.lang.reflect.Method&nbsp;callMethod,
java.lang.reflect.Method&nbsp;runMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="ejbLoad_If_No_Transaction-org.apache.openejb.core.ThreadContext-EntityBean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ejbLoad_If_No_Transaction</h4>
<pre>public&nbsp;void&nbsp;ejbLoad_If_No_Transaction(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="ejbStore_If_No_Transaction-org.apache.openejb.core.ThreadContext-EntityBean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ejbStore_If_No_Transaction</h4>
<pre>public&nbsp;void&nbsp;ejbStore_If_No_Transaction(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="didCreateBean-org.apache.openejb.core.ThreadContext-EntityBean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>didCreateBean</h4>
<pre>protected&nbsp;void&nbsp;didCreateBean(<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
EntityBean&nbsp;bean)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="createEJBObject-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEJBObject</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/ProxyInfo.html" title="class in org.apache.openejb">ProxyInfo</a>&nbsp;createEJBObject(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="findMethod-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findMethod</h4>
<pre>protected&nbsp;java.lang.Object&nbsp;findMethod(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="homeMethod-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>homeMethod</h4>
<pre>protected&nbsp;java.lang.Object&nbsp;homeMethod(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="didRemove-EntityBean-org.apache.openejb.core.ThreadContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>didRemove</h4>
<pre>protected&nbsp;void&nbsp;didRemove(EntityBean&nbsp;bean,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;threadContext)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
<a name="removeEJBObject-java.lang.reflect.Method-java.lang.Object:A-org.apache.openejb.core.ThreadContext-org.apache.openejb.InterfaceType-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>removeEJBObject</h4>
<pre>protected&nbsp;void&nbsp;removeEJBObject(java.lang.reflect.Method&nbsp;callMethod,
java.lang.Object[]&nbsp;args,
<a href="../../../../../org/apache/openejb/core/ThreadContext.html" title="class in org.apache.openejb.core">ThreadContext</a>&nbsp;callContext,
<a href="../../../../../org/apache/openejb/InterfaceType.html" title="enum in org.apache.openejb">InterfaceType</a>&nbsp;type)
throws <a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/openejb/OpenEJBException.html" title="class in org.apache.openejb">OpenEJBException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="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>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/openejb/core/entity/EntityContext.html" title="class in org.apache.openejb.core.entity"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/core/entity/EntityContainer.html" target="_top">Frames</a></li>
<li><a href="EntityContainer.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 ======= -->
</body>
</html>