blob: b7bfc5b1b16e4175bb35b9bbfce0141868b07b36 [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>WeblogicEnterpriseBean</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="WeblogicEnterpriseBean";
}
}
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,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":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><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicQuery.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" target="_top">Frames</a></li>
<li><a href="WeblogicEnterpriseBean.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.jee.wls</div>
<h2 title="Class WeblogicEnterpriseBean" class="title">Class WeblogicEnterpriseBean</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.wls.WeblogicEnterpriseBean</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">WeblogicEnterpriseBean</span>
extends java.lang.Object</pre>
<div class="block"><p>Java class for weblogic-enterprise-bean complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="weblogic-enterprise-bean"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
&lt;choice minOccurs="0"&gt;
&lt;element name="entity-descriptor" type="{http://www.bea.com/ns/weblogic/90}entity-descriptor"/&gt;
&lt;element name="stateless-session-descriptor" type="{http://www.bea.com/ns/weblogic/90}stateless-session-descriptor"/&gt;
&lt;element name="stateful-session-descriptor" type="{http://www.bea.com/ns/weblogic/90}stateful-session-descriptor"/&gt;
&lt;element name="message-driven-descriptor" type="{http://www.bea.com/ns/weblogic/90}message-driven-descriptor"/&gt;
&lt;/choice&gt;
&lt;element name="transaction-descriptor" type="{http://www.bea.com/ns/weblogic/90}transaction-descriptor" minOccurs="0"/&gt;
&lt;element name="iiop-security-descriptor" type="{http://www.bea.com/ns/weblogic/90}iiop-security-descriptor" minOccurs="0"/&gt;
&lt;group ref="{http://www.bea.com/ns/weblogic/90}reference-descriptorGroup"/&gt;
&lt;element name="enable-call-by-reference" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/&gt;
&lt;element name="network-access-point" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="clients-on-same-server" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/&gt;
&lt;element name="run-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="create-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="remove-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="passivate-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="local-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="dispatch-policy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="remote-client-timeout" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre></div>
</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 java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#clientsOnSameServer">clientsOnSameServer</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#createAsPrincipalName">createAsPrincipalName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#dispatchPolicy">dispatchPolicy</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#ejbName">ejbName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/EjbReferenceDescription.html" title="class in org.apache.openejb.jee.wls">EjbReferenceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#ejbReferenceDescription">ejbReferenceDescription</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#enableCallByReference">enableCallByReference</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#entityDescriptor">entityDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#id">id</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#iiopSecurityDescriptor">iiopSecurityDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#jndiName">jndiName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#localJndiName">localJndiName</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#messageDrivenDescriptor">messageDrivenDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#networkAccessPoint">networkAccessPoint</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#passivateAsPrincipalName">passivateAsPrincipalName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#referenceDescriptor">referenceDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.math.BigInteger</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#remoteClientTimeout">remoteClientTimeout</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#removeAsPrincipalName">removeAsPrincipalName</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceDescription.html" title="class in org.apache.openejb.jee.wls">ResourceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#resourceDescription">resourceDescription</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceEnvDescription.html" title="class in org.apache.openejb.jee.wls">ResourceEnvDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#resourceEnvDescription">resourceEnvDescription</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#runAsPrincipalName">runAsPrincipalName</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ServiceReferenceDescription.html" title="class in org.apache.openejb.jee.wls">ServiceReferenceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#serviceReferenceDescription">serviceReferenceDescription</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#statefulSessionDescriptor">statefulSessionDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#statelessSessionDescriptor">statelessSessionDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#transactionDescriptor">transactionDescriptor</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/jee/wls/WeblogicEnterpriseBean.html#WeblogicEnterpriseBean--">WeblogicEnterpriseBean</a></span>()</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>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getClientsOnSameServer--">getClientsOnSameServer</a></span>()</code>
<div class="block">Gets the value of the clientsOnSameServer property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getCreateAsPrincipalName--">getCreateAsPrincipalName</a></span>()</code>
<div class="block">Gets the value of the createAsPrincipalName property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getDispatchPolicy--">getDispatchPolicy</a></span>()</code>
<div class="block">Gets the value of the dispatchPolicy property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getEjbName--">getEjbName</a></span>()</code>
<div class="block">Gets the value of the ejbName property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/EjbReferenceDescription.html" title="class in org.apache.openejb.jee.wls">EjbReferenceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getEjbReferenceDescription--">getEjbReferenceDescription</a></span>()</code>
<div class="block">Gets the value of the ejbReferenceDescription property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getEnableCallByReference--">getEnableCallByReference</a></span>()</code>
<div class="block">Gets the value of the enableCallByReference property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getEntityDescriptor--">getEntityDescriptor</a></span>()</code>
<div class="block">Gets the value of the entityDescriptor property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getId--">getId</a></span>()</code>
<div class="block">Gets the value of the id property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getIiopSecurityDescriptor--">getIiopSecurityDescriptor</a></span>()</code>
<div class="block">Gets the value of the iiopSecurityDescriptor property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getJndiName--">getJndiName</a></span>()</code>
<div class="block">Gets the value of the jndiName property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getLocalJndiName--">getLocalJndiName</a></span>()</code>
<div class="block">Gets the value of the localJndiName property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getMessageDrivenDescriptor--">getMessageDrivenDescriptor</a></span>()</code>
<div class="block">Gets the value of the messageDrivenDescriptor property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getNetworkAccessPoint--">getNetworkAccessPoint</a></span>()</code>
<div class="block">Gets the value of the networkAccessPoint property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getPassivateAsPrincipalName--">getPassivateAsPrincipalName</a></span>()</code>
<div class="block">Gets the value of the passivateAsPrincipalName property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getReferenceDescriptor--">getReferenceDescriptor</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.math.BigInteger</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getRemoteClientTimeout--">getRemoteClientTimeout</a></span>()</code>
<div class="block">Gets the value of the remoteClientTimeout property.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getRemoveAsPrincipalName--">getRemoveAsPrincipalName</a></span>()</code>
<div class="block">Gets the value of the removeAsPrincipalName property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceDescription.html" title="class in org.apache.openejb.jee.wls">ResourceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getResourceDescription--">getResourceDescription</a></span>()</code>
<div class="block">Gets the value of the resourceDescription property.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceEnvDescription.html" title="class in org.apache.openejb.jee.wls">ResourceEnvDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getResourceEnvDescription--">getResourceEnvDescription</a></span>()</code>
<div class="block">Gets the value of the resourceEnvDescription property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getRunAsPrincipalName--">getRunAsPrincipalName</a></span>()</code>
<div class="block">Gets the value of the runAsPrincipalName property.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ServiceReferenceDescription.html" title="class in org.apache.openejb.jee.wls">ServiceReferenceDescription</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getServiceReferenceDescription--">getServiceReferenceDescription</a></span>()</code>
<div class="block">Gets the value of the serviceReferenceDescription property.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getStatefulSessionDescriptor--">getStatefulSessionDescriptor</a></span>()</code>
<div class="block">Gets the value of the statefulSessionDescriptor property.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getStatelessSessionDescriptor--">getStatelessSessionDescriptor</a></span>()</code>
<div class="block">Gets the value of the statelessSessionDescriptor property.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#getTransactionDescriptor--">getTransactionDescriptor</a></span>()</code>
<div class="block">Gets the value of the transactionDescriptor property.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setClientsOnSameServer-java.lang.Boolean-">setClientsOnSameServer</a></span>(java.lang.Boolean&nbsp;value)</code>
<div class="block">Sets the value of the clientsOnSameServer property.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setCreateAsPrincipalName-java.lang.String-">setCreateAsPrincipalName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the createAsPrincipalName property.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setDispatchPolicy-java.lang.String-">setDispatchPolicy</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the dispatchPolicy property.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setEjbName-java.lang.String-">setEjbName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the ejbName property.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setEnableCallByReference-java.lang.Boolean-">setEnableCallByReference</a></span>(java.lang.Boolean&nbsp;value)</code>
<div class="block">Sets the value of the enableCallByReference property.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setEntityDescriptor-org.apache.openejb.jee.wls.EntityDescriptor-">setEntityDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the entityDescriptor property.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setId-java.lang.String-">setId</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the id property.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setIiopSecurityDescriptor-org.apache.openejb.jee.wls.IiopSecurityDescriptor-">setIiopSecurityDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the iiopSecurityDescriptor property.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setJndiName-java.lang.String-">setJndiName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the jndiName property.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setLocalJndiName-java.lang.String-">setLocalJndiName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the localJndiName property.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setMessageDrivenDescriptor-org.apache.openejb.jee.wls.MessageDrivenDescriptor-">setMessageDrivenDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the messageDrivenDescriptor property.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setNetworkAccessPoint-java.lang.String-">setNetworkAccessPoint</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the networkAccessPoint property.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setPassivateAsPrincipalName-java.lang.String-">setPassivateAsPrincipalName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the passivateAsPrincipalName property.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setReferenceDescriptor-org.apache.openejb.jee.wls.ReferenceDescriptor-">setReferenceDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a>&nbsp;referenceDescriptor)</code>&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setRemoteClientTimeout-java.math.BigInteger-">setRemoteClientTimeout</a></span>(java.math.BigInteger&nbsp;value)</code>
<div class="block">Sets the value of the remoteClientTimeout property.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setRemoveAsPrincipalName-java.lang.String-">setRemoveAsPrincipalName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the removeAsPrincipalName property.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setRunAsPrincipalName-java.lang.String-">setRunAsPrincipalName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the runAsPrincipalName property.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setStatefulSessionDescriptor-org.apache.openejb.jee.wls.StatefulSessionDescriptor-">setStatefulSessionDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the statefulSessionDescriptor property.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setStatelessSessionDescriptor-org.apache.openejb.jee.wls.StatelessSessionDescriptor-">setStatelessSessionDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the statelessSessionDescriptor property.</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html#setTransactionDescriptor-org.apache.openejb.jee.wls.TransactionDescriptor-">setTransactionDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the transactionDescriptor property.</div>
</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="ejbName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ejbName</h4>
<pre>protected&nbsp;java.lang.String ejbName</pre>
</li>
</ul>
<a name="entityDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>entityDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a> entityDescriptor</pre>
</li>
</ul>
<a name="statelessSessionDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>statelessSessionDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a> statelessSessionDescriptor</pre>
</li>
</ul>
<a name="statefulSessionDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>statefulSessionDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a> statefulSessionDescriptor</pre>
</li>
</ul>
<a name="messageDrivenDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>messageDrivenDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a> messageDrivenDescriptor</pre>
</li>
</ul>
<a name="transactionDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>transactionDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a> transactionDescriptor</pre>
</li>
</ul>
<a name="iiopSecurityDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iiopSecurityDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a> iiopSecurityDescriptor</pre>
</li>
</ul>
<a name="referenceDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>referenceDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a> referenceDescriptor</pre>
</li>
</ul>
<a name="resourceDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resourceDescription</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceDescription.html" title="class in org.apache.openejb.jee.wls">ResourceDescription</a>&gt; resourceDescription</pre>
</li>
</ul>
<a name="resourceEnvDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resourceEnvDescription</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceEnvDescription.html" title="class in org.apache.openejb.jee.wls">ResourceEnvDescription</a>&gt; resourceEnvDescription</pre>
</li>
</ul>
<a name="ejbReferenceDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ejbReferenceDescription</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/EjbReferenceDescription.html" title="class in org.apache.openejb.jee.wls">EjbReferenceDescription</a>&gt; ejbReferenceDescription</pre>
</li>
</ul>
<a name="serviceReferenceDescription">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serviceReferenceDescription</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ServiceReferenceDescription.html" title="class in org.apache.openejb.jee.wls">ServiceReferenceDescription</a>&gt; serviceReferenceDescription</pre>
</li>
</ul>
<a name="enableCallByReference">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enableCallByReference</h4>
<pre>protected&nbsp;java.lang.Boolean enableCallByReference</pre>
</li>
</ul>
<a name="networkAccessPoint">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>networkAccessPoint</h4>
<pre>protected&nbsp;java.lang.String networkAccessPoint</pre>
</li>
</ul>
<a name="clientsOnSameServer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clientsOnSameServer</h4>
<pre>protected&nbsp;java.lang.Boolean clientsOnSameServer</pre>
</li>
</ul>
<a name="runAsPrincipalName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>runAsPrincipalName</h4>
<pre>protected&nbsp;java.lang.String runAsPrincipalName</pre>
</li>
</ul>
<a name="createAsPrincipalName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createAsPrincipalName</h4>
<pre>protected&nbsp;java.lang.String createAsPrincipalName</pre>
</li>
</ul>
<a name="removeAsPrincipalName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeAsPrincipalName</h4>
<pre>protected&nbsp;java.lang.String removeAsPrincipalName</pre>
</li>
</ul>
<a name="passivateAsPrincipalName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passivateAsPrincipalName</h4>
<pre>protected&nbsp;java.lang.String passivateAsPrincipalName</pre>
</li>
</ul>
<a name="jndiName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jndiName</h4>
<pre>protected&nbsp;java.lang.String jndiName</pre>
</li>
</ul>
<a name="localJndiName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>localJndiName</h4>
<pre>protected&nbsp;java.lang.String localJndiName</pre>
</li>
</ul>
<a name="dispatchPolicy">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispatchPolicy</h4>
<pre>protected&nbsp;java.lang.String dispatchPolicy</pre>
</li>
</ul>
<a name="remoteClientTimeout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remoteClientTimeout</h4>
<pre>protected&nbsp;java.math.BigInteger remoteClientTimeout</pre>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>protected&nbsp;java.lang.String id</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="WeblogicEnterpriseBean--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WeblogicEnterpriseBean</h4>
<pre>public&nbsp;WeblogicEnterpriseBean()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getEjbName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEjbName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getEjbName()</pre>
<div class="block">Gets the value of the ejbName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setEjbName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEjbName</h4>
<pre>public&nbsp;void&nbsp;setEjbName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the ejbName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getEntityDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a>&nbsp;getEntityDescriptor()</pre>
<div class="block">Gets the value of the entityDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>EntityDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setEntityDescriptor-org.apache.openejb.jee.wls.EntityDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEntityDescriptor</h4>
<pre>public&nbsp;void&nbsp;setEntityDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls">EntityDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the entityDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/EntityDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>EntityDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getStatelessSessionDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatelessSessionDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a>&nbsp;getStatelessSessionDescriptor()</pre>
<div class="block">Gets the value of the statelessSessionDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>StatelessSessionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setStatelessSessionDescriptor-org.apache.openejb.jee.wls.StatelessSessionDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStatelessSessionDescriptor</h4>
<pre>public&nbsp;void&nbsp;setStatelessSessionDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatelessSessionDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the statelessSessionDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/StatelessSessionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>StatelessSessionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getStatefulSessionDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatefulSessionDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a>&nbsp;getStatefulSessionDescriptor()</pre>
<div class="block">Gets the value of the statefulSessionDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>StatefulSessionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setStatefulSessionDescriptor-org.apache.openejb.jee.wls.StatefulSessionDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStatefulSessionDescriptor</h4>
<pre>public&nbsp;void&nbsp;setStatefulSessionDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls">StatefulSessionDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the statefulSessionDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/StatefulSessionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>StatefulSessionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getMessageDrivenDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessageDrivenDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a>&nbsp;getMessageDrivenDescriptor()</pre>
<div class="block">Gets the value of the messageDrivenDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>MessageDrivenDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setMessageDrivenDescriptor-org.apache.openejb.jee.wls.MessageDrivenDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMessageDrivenDescriptor</h4>
<pre>public&nbsp;void&nbsp;setMessageDrivenDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDrivenDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the messageDrivenDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>MessageDrivenDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getTransactionDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransactionDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a>&nbsp;getTransactionDescriptor()</pre>
<div class="block">Gets the value of the transactionDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>TransactionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setTransactionDescriptor-org.apache.openejb.jee.wls.TransactionDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTransactionDescriptor</h4>
<pre>public&nbsp;void&nbsp;setTransactionDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls">TransactionDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the transactionDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/TransactionDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>TransactionDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getIiopSecurityDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIiopSecurityDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a>&nbsp;getIiopSecurityDescriptor()</pre>
<div class="block">Gets the value of the iiopSecurityDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>IiopSecurityDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setIiopSecurityDescriptor-org.apache.openejb.jee.wls.IiopSecurityDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIiopSecurityDescriptor</h4>
<pre>public&nbsp;void&nbsp;setIiopSecurityDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls">IiopSecurityDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the iiopSecurityDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/IiopSecurityDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>IiopSecurityDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getReferenceDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReferenceDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a>&nbsp;getReferenceDescriptor()</pre>
</li>
</ul>
<a name="setReferenceDescriptor-org.apache.openejb.jee.wls.ReferenceDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReferenceDescriptor</h4>
<pre>public&nbsp;void&nbsp;setReferenceDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/ReferenceDescriptor.html" title="class in org.apache.openejb.jee.wls">ReferenceDescriptor</a>&nbsp;referenceDescriptor)</pre>
</li>
</ul>
<a name="getResourceDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceDescription</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceDescription.html" title="class in org.apache.openejb.jee.wls">ResourceDescription</a>&gt;&nbsp;getResourceDescription()</pre>
<div class="block">Gets the value of the resourceDescription property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the resourceDescription property.
For example, to add a new item, do as follows:
<pre>
getResourceDescription().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/ResourceDescription.html" title="class in org.apache.openejb.jee.wls"><code>ResourceDescription</code></a></div>
</li>
</ul>
<a name="getResourceEnvDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceEnvDescription</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ResourceEnvDescription.html" title="class in org.apache.openejb.jee.wls">ResourceEnvDescription</a>&gt;&nbsp;getResourceEnvDescription()</pre>
<div class="block">Gets the value of the resourceEnvDescription property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the resourceEnvDescription property.
For example, to add a new item, do as follows:
<pre>
getResourceEnvDescription().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/ResourceEnvDescription.html" title="class in org.apache.openejb.jee.wls"><code>ResourceEnvDescription</code></a></div>
</li>
</ul>
<a name="getEjbReferenceDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEjbReferenceDescription</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/EjbReferenceDescription.html" title="class in org.apache.openejb.jee.wls">EjbReferenceDescription</a>&gt;&nbsp;getEjbReferenceDescription()</pre>
<div class="block">Gets the value of the ejbReferenceDescription property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the ejbReferenceDescription property.
For example, to add a new item, do as follows:
<pre>
getEjbReferenceDescription().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/EjbReferenceDescription.html" title="class in org.apache.openejb.jee.wls"><code>EjbReferenceDescription</code></a></div>
</li>
</ul>
<a name="getServiceReferenceDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceReferenceDescription</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/ServiceReferenceDescription.html" title="class in org.apache.openejb.jee.wls">ServiceReferenceDescription</a>&gt;&nbsp;getServiceReferenceDescription()</pre>
<div class="block">Gets the value of the serviceReferenceDescription property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the serviceReferenceDescription property.
For example, to add a new item, do as follows:
<pre>
getServiceReferenceDescription().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/ServiceReferenceDescription.html" title="class in org.apache.openejb.jee.wls"><code>ServiceReferenceDescription</code></a></div>
</li>
</ul>
<a name="getEnableCallByReference--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnableCallByReference</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getEnableCallByReference()</pre>
<div class="block">Gets the value of the enableCallByReference property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="setEnableCallByReference-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnableCallByReference</h4>
<pre>public&nbsp;void&nbsp;setEnableCallByReference(java.lang.Boolean&nbsp;value)</pre>
<div class="block">Sets the value of the enableCallByReference property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="getNetworkAccessPoint--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNetworkAccessPoint</h4>
<pre>public&nbsp;java.lang.String&nbsp;getNetworkAccessPoint()</pre>
<div class="block">Gets the value of the networkAccessPoint property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setNetworkAccessPoint-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNetworkAccessPoint</h4>
<pre>public&nbsp;void&nbsp;setNetworkAccessPoint(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the networkAccessPoint property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getClientsOnSameServer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientsOnSameServer</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getClientsOnSameServer()</pre>
<div class="block">Gets the value of the clientsOnSameServer property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="setClientsOnSameServer-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClientsOnSameServer</h4>
<pre>public&nbsp;void&nbsp;setClientsOnSameServer(java.lang.Boolean&nbsp;value)</pre>
<div class="block">Sets the value of the clientsOnSameServer property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="getRunAsPrincipalName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRunAsPrincipalName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getRunAsPrincipalName()</pre>
<div class="block">Gets the value of the runAsPrincipalName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setRunAsPrincipalName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRunAsPrincipalName</h4>
<pre>public&nbsp;void&nbsp;setRunAsPrincipalName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the runAsPrincipalName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getCreateAsPrincipalName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreateAsPrincipalName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getCreateAsPrincipalName()</pre>
<div class="block">Gets the value of the createAsPrincipalName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setCreateAsPrincipalName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCreateAsPrincipalName</h4>
<pre>public&nbsp;void&nbsp;setCreateAsPrincipalName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the createAsPrincipalName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getRemoveAsPrincipalName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRemoveAsPrincipalName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getRemoveAsPrincipalName()</pre>
<div class="block">Gets the value of the removeAsPrincipalName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setRemoveAsPrincipalName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRemoveAsPrincipalName</h4>
<pre>public&nbsp;void&nbsp;setRemoveAsPrincipalName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the removeAsPrincipalName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getPassivateAsPrincipalName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPassivateAsPrincipalName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getPassivateAsPrincipalName()</pre>
<div class="block">Gets the value of the passivateAsPrincipalName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setPassivateAsPrincipalName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPassivateAsPrincipalName</h4>
<pre>public&nbsp;void&nbsp;setPassivateAsPrincipalName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the passivateAsPrincipalName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getJndiName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJndiName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getJndiName()</pre>
<div class="block">Gets the value of the jndiName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setJndiName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setJndiName</h4>
<pre>public&nbsp;void&nbsp;setJndiName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the jndiName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getLocalJndiName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocalJndiName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getLocalJndiName()</pre>
<div class="block">Gets the value of the localJndiName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setLocalJndiName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLocalJndiName</h4>
<pre>public&nbsp;void&nbsp;setLocalJndiName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the localJndiName property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getDispatchPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDispatchPolicy</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDispatchPolicy()</pre>
<div class="block">Gets the value of the dispatchPolicy property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setDispatchPolicy-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDispatchPolicy</h4>
<pre>public&nbsp;void&nbsp;setDispatchPolicy(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the dispatchPolicy property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getRemoteClientTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRemoteClientTimeout</h4>
<pre>public&nbsp;java.math.BigInteger&nbsp;getRemoteClientTimeout()</pre>
<div class="block">Gets the value of the remoteClientTimeout property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="setRemoteClientTimeout-java.math.BigInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRemoteClientTimeout</h4>
<pre>public&nbsp;void&nbsp;setRemoteClientTimeout(java.math.BigInteger&nbsp;value)</pre>
<div class="block">Sets the value of the remoteClientTimeout property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;java.lang.String&nbsp;getId()</pre>
<div class="block">Gets the value of the id property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setId-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setId</h4>
<pre>public&nbsp;void&nbsp;setId(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the id property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</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><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicQuery.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" target="_top">Frames</a></li>
<li><a href="WeblogicEnterpriseBean.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>