blob: c13e607f895a8c805cb0187f0c238233896784cd [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>MessageDrivenDescriptor</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="MessageDrivenDescriptor";
}
}
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};
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/MessageDestinationDescriptor.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/Method.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/MessageDrivenDescriptor.html" target="_top">Frames</a></li>
<li><a href="MessageDrivenDescriptor.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 MessageDrivenDescriptor" class="title">Class MessageDrivenDescriptor</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.wls.MessageDrivenDescriptor</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">MessageDrivenDescriptor</span>
extends java.lang.Object</pre>
<div class="block"><p>Java class for message-driven-descriptor complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="message-driven-descriptor"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/&gt;
&lt;element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/&gt;
&lt;choice&gt;
&lt;sequence&gt;
&lt;element name="resource-adapter-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;sequence&gt;
&lt;choice&gt;
&lt;sequence&gt;
&lt;element name="destination-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="initial-context-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="connection-factory-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;sequence&gt;
&lt;element name="destination-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="connection-factory-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;/choice&gt;
&lt;element name="jms-polling-interval-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
&lt;element name="jms-client-id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="generate-unique-jms-client-id" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/&gt;
&lt;element name="durable-subscription-deletion" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/&gt;
&lt;element name="max-messages-in-transaction" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
&lt;element name="distributed-destination-connection" type="{http://www.bea.com/ns/weblogic/90}distributed-destination-connection" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;/choice&gt;
&lt;element name="init-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
&lt;element name="max-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt;
&lt;element name="security-plugin" type="{http://www.bea.com/ns/weblogic/90}security-plugin" 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.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#connectionFactoryJndiName">connectionFactoryJndiName</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/MessageDrivenDescriptor.html#connectionFactoryResourceLink">connectionFactoryResourceLink</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/MessageDrivenDescriptor.html#destinationJndiName">destinationJndiName</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/MessageDrivenDescriptor.html#destinationResourceLink">destinationResourceLink</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#distributedDestinationConnection">distributedDestinationConnection</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/MessageDrivenDescriptor.html#durableSubscriptionDeletion">durableSubscriptionDeletion</a></span></code>&nbsp;</td>
</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/MessageDrivenDescriptor.html#generateUniqueJmsClientId">generateUniqueJmsClientId</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/MessageDrivenDescriptor.html#id">id</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/MessageDrivenDescriptor.html#initialContextFactory">initialContextFactory</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/MessageDrivenDescriptor.html#initSuspendSeconds">initSuspendSeconds</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/MessageDrivenDescriptor.html#jmsClientId">jmsClientId</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/MessageDrivenDescriptor.html#jmsPollingIntervalSeconds">jmsPollingIntervalSeconds</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.math.BigInteger</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#maxMessagesInTransaction">maxMessagesInTransaction</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/MessageDrivenDescriptor.html#maxSuspendSeconds">maxSuspendSeconds</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#pool">pool</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/MessageDrivenDescriptor.html#providerUrl">providerUrl</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/MessageDrivenDescriptor.html#resourceAdapterJndiName">resourceAdapterJndiName</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#securityPlugin">securityPlugin</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#timerDescriptor">timerDescriptor</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/MessageDrivenDescriptor.html#MessageDrivenDescriptor--">MessageDrivenDescriptor</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.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getConnectionFactoryJndiName--">getConnectionFactoryJndiName</a></span>()</code>
<div class="block">Gets the value of the connectionFactoryJndiName 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/MessageDrivenDescriptor.html#getConnectionFactoryResourceLink--">getConnectionFactoryResourceLink</a></span>()</code>
<div class="block">Gets the value of the connectionFactoryResourceLink 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/MessageDrivenDescriptor.html#getDestinationJndiName--">getDestinationJndiName</a></span>()</code>
<div class="block">Gets the value of the destinationJndiName 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/MessageDrivenDescriptor.html#getDestinationResourceLink--">getDestinationResourceLink</a></span>()</code>
<div class="block">Gets the value of the destinationResourceLink property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getDistributedDestinationConnection--">getDistributedDestinationConnection</a></span>()</code>
<div class="block">Gets the value of the distributedDestinationConnection 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/MessageDrivenDescriptor.html#getDurableSubscriptionDeletion--">getDurableSubscriptionDeletion</a></span>()</code>
<div class="block">Gets the value of the durableSubscriptionDeletion property.</div>
</td>
</tr>
<tr id="i6" 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/MessageDrivenDescriptor.html#getGenerateUniqueJmsClientId--">getGenerateUniqueJmsClientId</a></span>()</code>
<div class="block">Gets the value of the generateUniqueJmsClientId 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/MessageDrivenDescriptor.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>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getInitialContextFactory--">getInitialContextFactory</a></span>()</code>
<div class="block">Gets the value of the initialContextFactory property.</div>
</td>
</tr>
<tr id="i9" 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/MessageDrivenDescriptor.html#getInitSuspendSeconds--">getInitSuspendSeconds</a></span>()</code>
<div class="block">Gets the value of the initSuspendSeconds 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/MessageDrivenDescriptor.html#getJmsClientId--">getJmsClientId</a></span>()</code>
<div class="block">Gets the value of the jmsClientId property.</div>
</td>
</tr>
<tr id="i11" 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/MessageDrivenDescriptor.html#getJmsPollingIntervalSeconds--">getJmsPollingIntervalSeconds</a></span>()</code>
<div class="block">Gets the value of the jmsPollingIntervalSeconds property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.math.BigInteger</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getMaxMessagesInTransaction--">getMaxMessagesInTransaction</a></span>()</code>
<div class="block">Gets the value of the maxMessagesInTransaction property.</div>
</td>
</tr>
<tr id="i13" 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/MessageDrivenDescriptor.html#getMaxSuspendSeconds--">getMaxSuspendSeconds</a></span>()</code>
<div class="block">Gets the value of the maxSuspendSeconds property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getPool--">getPool</a></span>()</code>
<div class="block">Gets the value of the pool property.</div>
</td>
</tr>
<tr id="i15" 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/MessageDrivenDescriptor.html#getProviderUrl--">getProviderUrl</a></span>()</code>
<div class="block">Gets the value of the providerUrl 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/MessageDrivenDescriptor.html#getResourceAdapterJndiName--">getResourceAdapterJndiName</a></span>()</code>
<div class="block">Gets the value of the resourceAdapterJndiName property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getSecurityPlugin--">getSecurityPlugin</a></span>()</code>
<div class="block">Gets the value of the securityPlugin property.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#getTimerDescriptor--">getTimerDescriptor</a></span>()</code>
<div class="block">Gets the value of the timerDescriptor property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setConnectionFactoryJndiName-java.lang.String-">setConnectionFactoryJndiName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the connectionFactoryJndiName property.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setConnectionFactoryResourceLink-java.lang.String-">setConnectionFactoryResourceLink</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the connectionFactoryResourceLink property.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setDestinationJndiName-java.lang.String-">setDestinationJndiName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the destinationJndiName property.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setDestinationResourceLink-java.lang.String-">setDestinationResourceLink</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the destinationResourceLink property.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setDistributedDestinationConnection-org.apache.openejb.jee.wls.DistributedDestinationConnection-">setDistributedDestinationConnection</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a>&nbsp;value)</code>
<div class="block">Sets the value of the distributedDestinationConnection 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/MessageDrivenDescriptor.html#setDurableSubscriptionDeletion-java.lang.Boolean-">setDurableSubscriptionDeletion</a></span>(java.lang.Boolean&nbsp;value)</code>
<div class="block">Sets the value of the durableSubscriptionDeletion 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/MessageDrivenDescriptor.html#setGenerateUniqueJmsClientId-java.lang.Boolean-">setGenerateUniqueJmsClientId</a></span>(java.lang.Boolean&nbsp;value)</code>
<div class="block">Sets the value of the generateUniqueJmsClientId 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/MessageDrivenDescriptor.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="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/MessageDrivenDescriptor.html#setInitialContextFactory-java.lang.String-">setInitialContextFactory</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the initialContextFactory 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/MessageDrivenDescriptor.html#setInitSuspendSeconds-java.math.BigInteger-">setInitSuspendSeconds</a></span>(java.math.BigInteger&nbsp;value)</code>
<div class="block">Sets the value of the initSuspendSeconds 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/MessageDrivenDescriptor.html#setJmsClientId-java.lang.String-">setJmsClientId</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the jmsClientId 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/MessageDrivenDescriptor.html#setJmsPollingIntervalSeconds-java.math.BigInteger-">setJmsPollingIntervalSeconds</a></span>(java.math.BigInteger&nbsp;value)</code>
<div class="block">Sets the value of the jmsPollingIntervalSeconds 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/MessageDrivenDescriptor.html#setMaxMessagesInTransaction-java.math.BigInteger-">setMaxMessagesInTransaction</a></span>(java.math.BigInteger&nbsp;value)</code>
<div class="block">Sets the value of the maxMessagesInTransaction 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/MessageDrivenDescriptor.html#setMaxSuspendSeconds-java.math.BigInteger-">setMaxSuspendSeconds</a></span>(java.math.BigInteger&nbsp;value)</code>
<div class="block">Sets the value of the maxSuspendSeconds 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/MessageDrivenDescriptor.html#setPool-org.apache.openejb.jee.wls.Pool-">setPool</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a>&nbsp;value)</code>
<div class="block">Sets the value of the pool 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/MessageDrivenDescriptor.html#setProviderUrl-java.lang.String-">setProviderUrl</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the providerUrl 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/MessageDrivenDescriptor.html#setResourceAdapterJndiName-java.lang.String-">setResourceAdapterJndiName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the resourceAdapterJndiName 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/MessageDrivenDescriptor.html#setSecurityPlugin-org.apache.openejb.jee.wls.SecurityPlugin-">setSecurityPlugin</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a>&nbsp;value)</code>
<div class="block">Sets the value of the securityPlugin 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/MessageDrivenDescriptor.html#setTimerDescriptor-org.apache.openejb.jee.wls.TimerDescriptor-">setTimerDescriptor</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a>&nbsp;value)</code>
<div class="block">Sets the value of the timerDescriptor 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="pool">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pool</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a> pool</pre>
</li>
</ul>
<a name="timerDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timerDescriptor</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a> timerDescriptor</pre>
</li>
</ul>
<a name="resourceAdapterJndiName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resourceAdapterJndiName</h4>
<pre>protected&nbsp;java.lang.String resourceAdapterJndiName</pre>
</li>
</ul>
<a name="destinationJndiName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destinationJndiName</h4>
<pre>protected&nbsp;java.lang.String destinationJndiName</pre>
</li>
</ul>
<a name="initialContextFactory">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initialContextFactory</h4>
<pre>protected&nbsp;java.lang.String initialContextFactory</pre>
</li>
</ul>
<a name="providerUrl">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>providerUrl</h4>
<pre>protected&nbsp;java.lang.String providerUrl</pre>
</li>
</ul>
<a name="connectionFactoryJndiName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>connectionFactoryJndiName</h4>
<pre>protected&nbsp;java.lang.String connectionFactoryJndiName</pre>
</li>
</ul>
<a name="destinationResourceLink">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destinationResourceLink</h4>
<pre>protected&nbsp;java.lang.String destinationResourceLink</pre>
</li>
</ul>
<a name="connectionFactoryResourceLink">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>connectionFactoryResourceLink</h4>
<pre>protected&nbsp;java.lang.String connectionFactoryResourceLink</pre>
</li>
</ul>
<a name="jmsPollingIntervalSeconds">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jmsPollingIntervalSeconds</h4>
<pre>protected&nbsp;java.math.BigInteger jmsPollingIntervalSeconds</pre>
</li>
</ul>
<a name="jmsClientId">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jmsClientId</h4>
<pre>protected&nbsp;java.lang.String jmsClientId</pre>
</li>
</ul>
<a name="generateUniqueJmsClientId">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateUniqueJmsClientId</h4>
<pre>protected&nbsp;java.lang.Boolean generateUniqueJmsClientId</pre>
</li>
</ul>
<a name="durableSubscriptionDeletion">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>durableSubscriptionDeletion</h4>
<pre>protected&nbsp;java.lang.Boolean durableSubscriptionDeletion</pre>
</li>
</ul>
<a name="maxMessagesInTransaction">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxMessagesInTransaction</h4>
<pre>protected&nbsp;java.math.BigInteger maxMessagesInTransaction</pre>
</li>
</ul>
<a name="distributedDestinationConnection">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distributedDestinationConnection</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a> distributedDestinationConnection</pre>
</li>
</ul>
<a name="initSuspendSeconds">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initSuspendSeconds</h4>
<pre>protected&nbsp;java.math.BigInteger initSuspendSeconds</pre>
</li>
</ul>
<a name="maxSuspendSeconds">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxSuspendSeconds</h4>
<pre>protected&nbsp;java.math.BigInteger maxSuspendSeconds</pre>
</li>
</ul>
<a name="securityPlugin">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>securityPlugin</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a> securityPlugin</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="MessageDrivenDescriptor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MessageDrivenDescriptor</h4>
<pre>public&nbsp;MessageDrivenDescriptor()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPool--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPool</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a>&nbsp;getPool()</pre>
<div class="block">Gets the value of the pool property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls"><code>Pool</code></a></dd>
</dl>
</li>
</ul>
<a name="setPool-org.apache.openejb.jee.wls.Pool-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPool</h4>
<pre>public&nbsp;void&nbsp;setPool(<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls">Pool</a>&nbsp;value)</pre>
<div class="block">Sets the value of the pool property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/Pool.html" title="class in org.apache.openejb.jee.wls"><code>Pool</code></a></dd>
</dl>
</li>
</ul>
<a name="getTimerDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimerDescriptor</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a>&nbsp;getTimerDescriptor()</pre>
<div class="block">Gets the value of the timerDescriptor property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>TimerDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="setTimerDescriptor-org.apache.openejb.jee.wls.TimerDescriptor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimerDescriptor</h4>
<pre>public&nbsp;void&nbsp;setTimerDescriptor(<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls">TimerDescriptor</a>&nbsp;value)</pre>
<div class="block">Sets the value of the timerDescriptor property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/TimerDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>TimerDescriptor</code></a></dd>
</dl>
</li>
</ul>
<a name="getResourceAdapterJndiName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceAdapterJndiName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getResourceAdapterJndiName()</pre>
<div class="block">Gets the value of the resourceAdapterJndiName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setResourceAdapterJndiName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResourceAdapterJndiName</h4>
<pre>public&nbsp;void&nbsp;setResourceAdapterJndiName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the resourceAdapterJndiName 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="getDestinationJndiName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDestinationJndiName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDestinationJndiName()</pre>
<div class="block">Gets the value of the destinationJndiName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setDestinationJndiName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDestinationJndiName</h4>
<pre>public&nbsp;void&nbsp;setDestinationJndiName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the destinationJndiName 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="getInitialContextFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitialContextFactory</h4>
<pre>public&nbsp;java.lang.String&nbsp;getInitialContextFactory()</pre>
<div class="block">Gets the value of the initialContextFactory property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setInitialContextFactory-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInitialContextFactory</h4>
<pre>public&nbsp;void&nbsp;setInitialContextFactory(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the initialContextFactory 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="getProviderUrl--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderUrl</h4>
<pre>public&nbsp;java.lang.String&nbsp;getProviderUrl()</pre>
<div class="block">Gets the value of the providerUrl property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setProviderUrl-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProviderUrl</h4>
<pre>public&nbsp;void&nbsp;setProviderUrl(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the providerUrl 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="getConnectionFactoryJndiName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnectionFactoryJndiName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getConnectionFactoryJndiName()</pre>
<div class="block">Gets the value of the connectionFactoryJndiName property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setConnectionFactoryJndiName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setConnectionFactoryJndiName</h4>
<pre>public&nbsp;void&nbsp;setConnectionFactoryJndiName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the connectionFactoryJndiName 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="getDestinationResourceLink--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDestinationResourceLink</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDestinationResourceLink()</pre>
<div class="block">Gets the value of the destinationResourceLink property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setDestinationResourceLink-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDestinationResourceLink</h4>
<pre>public&nbsp;void&nbsp;setDestinationResourceLink(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the destinationResourceLink 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="getConnectionFactoryResourceLink--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnectionFactoryResourceLink</h4>
<pre>public&nbsp;java.lang.String&nbsp;getConnectionFactoryResourceLink()</pre>
<div class="block">Gets the value of the connectionFactoryResourceLink property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setConnectionFactoryResourceLink-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setConnectionFactoryResourceLink</h4>
<pre>public&nbsp;void&nbsp;setConnectionFactoryResourceLink(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the connectionFactoryResourceLink 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="getJmsPollingIntervalSeconds--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJmsPollingIntervalSeconds</h4>
<pre>public&nbsp;java.math.BigInteger&nbsp;getJmsPollingIntervalSeconds()</pre>
<div class="block">Gets the value of the jmsPollingIntervalSeconds property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="setJmsPollingIntervalSeconds-java.math.BigInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setJmsPollingIntervalSeconds</h4>
<pre>public&nbsp;void&nbsp;setJmsPollingIntervalSeconds(java.math.BigInteger&nbsp;value)</pre>
<div class="block">Sets the value of the jmsPollingIntervalSeconds 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="getJmsClientId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJmsClientId</h4>
<pre>public&nbsp;java.lang.String&nbsp;getJmsClientId()</pre>
<div class="block">Gets the value of the jmsClientId property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setJmsClientId-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setJmsClientId</h4>
<pre>public&nbsp;void&nbsp;setJmsClientId(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the jmsClientId 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="getGenerateUniqueJmsClientId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGenerateUniqueJmsClientId</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getGenerateUniqueJmsClientId()</pre>
<div class="block">Gets the value of the generateUniqueJmsClientId property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="setGenerateUniqueJmsClientId-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setGenerateUniqueJmsClientId</h4>
<pre>public&nbsp;void&nbsp;setGenerateUniqueJmsClientId(java.lang.Boolean&nbsp;value)</pre>
<div class="block">Sets the value of the generateUniqueJmsClientId 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="getDurableSubscriptionDeletion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDurableSubscriptionDeletion</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getDurableSubscriptionDeletion()</pre>
<div class="block">Gets the value of the durableSubscriptionDeletion property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="setDurableSubscriptionDeletion-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDurableSubscriptionDeletion</h4>
<pre>public&nbsp;void&nbsp;setDurableSubscriptionDeletion(java.lang.Boolean&nbsp;value)</pre>
<div class="block">Sets the value of the durableSubscriptionDeletion 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="getMaxMessagesInTransaction--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxMessagesInTransaction</h4>
<pre>public&nbsp;java.math.BigInteger&nbsp;getMaxMessagesInTransaction()</pre>
<div class="block">Gets the value of the maxMessagesInTransaction property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="setMaxMessagesInTransaction-java.math.BigInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxMessagesInTransaction</h4>
<pre>public&nbsp;void&nbsp;setMaxMessagesInTransaction(java.math.BigInteger&nbsp;value)</pre>
<div class="block">Sets the value of the maxMessagesInTransaction 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="getDistributedDestinationConnection--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDistributedDestinationConnection</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a>&nbsp;getDistributedDestinationConnection()</pre>
<div class="block">Gets the value of the distributedDestinationConnection property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls"><code>DistributedDestinationConnection</code></a></dd>
</dl>
</li>
</ul>
<a name="setDistributedDestinationConnection-org.apache.openejb.jee.wls.DistributedDestinationConnection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDistributedDestinationConnection</h4>
<pre>public&nbsp;void&nbsp;setDistributedDestinationConnection(<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls">DistributedDestinationConnection</a>&nbsp;value)</pre>
<div class="block">Sets the value of the distributedDestinationConnection property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/DistributedDestinationConnection.html" title="class in org.apache.openejb.jee.wls"><code>DistributedDestinationConnection</code></a></dd>
</dl>
</li>
</ul>
<a name="getInitSuspendSeconds--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitSuspendSeconds</h4>
<pre>public&nbsp;java.math.BigInteger&nbsp;getInitSuspendSeconds()</pre>
<div class="block">Gets the value of the initSuspendSeconds property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="setInitSuspendSeconds-java.math.BigInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInitSuspendSeconds</h4>
<pre>public&nbsp;void&nbsp;setInitSuspendSeconds(java.math.BigInteger&nbsp;value)</pre>
<div class="block">Sets the value of the initSuspendSeconds 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="getMaxSuspendSeconds--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxSuspendSeconds</h4>
<pre>public&nbsp;java.math.BigInteger&nbsp;getMaxSuspendSeconds()</pre>
<div class="block">Gets the value of the maxSuspendSeconds property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>BigInteger</code></dd>
</dl>
</li>
</ul>
<a name="setMaxSuspendSeconds-java.math.BigInteger-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxSuspendSeconds</h4>
<pre>public&nbsp;void&nbsp;setMaxSuspendSeconds(java.math.BigInteger&nbsp;value)</pre>
<div class="block">Sets the value of the maxSuspendSeconds 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="getSecurityPlugin--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecurityPlugin</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a>&nbsp;getSecurityPlugin()</pre>
<div class="block">Gets the value of the securityPlugin property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls"><code>SecurityPlugin</code></a></dd>
</dl>
</li>
</ul>
<a name="setSecurityPlugin-org.apache.openejb.jee.wls.SecurityPlugin-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSecurityPlugin</h4>
<pre>public&nbsp;void&nbsp;setSecurityPlugin(<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls">SecurityPlugin</a>&nbsp;value)</pre>
<div class="block">Sets the value of the securityPlugin property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/SecurityPlugin.html" title="class in org.apache.openejb.jee.wls"><code>SecurityPlugin</code></a></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/MessageDestinationDescriptor.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/Method.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/MessageDrivenDescriptor.html" target="_top">Frames</a></li>
<li><a href="MessageDrivenDescriptor.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>