public class MessageDrivenDescriptor
extends java.lang.Object
Java class for message-driven-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-driven-descriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/>
<element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/>
<choice>
<sequence>
<element name="resource-adapter-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<choice>
<sequence>
<element name="destination-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="initial-context-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="connection-factory-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<element name="destination-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="connection-factory-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</choice>
<element name="jms-polling-interval-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="jms-client-id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="generate-unique-jms-client-id" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="durable-subscription-deletion" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="max-messages-in-transaction" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="distributed-destination-connection" type="{http://www.bea.com/ns/weblogic/90}distributed-destination-connection" minOccurs="0"/>
</sequence>
</choice>
<element name="init-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="max-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="security-plugin" type="{http://www.bea.com/ns/weblogic/90}security-plugin" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
connectionFactoryJndiName |
protected java.lang.String |
connectionFactoryResourceLink |
protected java.lang.String |
destinationJndiName |
protected java.lang.String |
destinationResourceLink |
protected DistributedDestinationConnection |
distributedDestinationConnection |
protected java.lang.Boolean |
durableSubscriptionDeletion |
protected java.lang.Boolean |
generateUniqueJmsClientId |
protected java.lang.String |
id |
protected java.lang.String |
initialContextFactory |
protected java.math.BigInteger |
initSuspendSeconds |
protected java.lang.String |
jmsClientId |
protected java.math.BigInteger |
jmsPollingIntervalSeconds |
protected java.math.BigInteger |
maxMessagesInTransaction |
protected java.math.BigInteger |
maxSuspendSeconds |
protected Pool |
pool |
protected java.lang.String |
providerUrl |
protected java.lang.String |
resourceAdapterJndiName |
protected SecurityPlugin |
securityPlugin |
protected TimerDescriptor |
timerDescriptor |
| Constructor and Description |
|---|
MessageDrivenDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionFactoryJndiName()
Gets the value of the connectionFactoryJndiName property.
|
java.lang.String |
getConnectionFactoryResourceLink()
Gets the value of the connectionFactoryResourceLink property.
|
java.lang.String |
getDestinationJndiName()
Gets the value of the destinationJndiName property.
|
java.lang.String |
getDestinationResourceLink()
Gets the value of the destinationResourceLink property.
|
DistributedDestinationConnection |
getDistributedDestinationConnection()
Gets the value of the distributedDestinationConnection property.
|
java.lang.Boolean |
getDurableSubscriptionDeletion()
Gets the value of the durableSubscriptionDeletion property.
|
java.lang.Boolean |
getGenerateUniqueJmsClientId()
Gets the value of the generateUniqueJmsClientId property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getInitialContextFactory()
Gets the value of the initialContextFactory property.
|
java.math.BigInteger |
getInitSuspendSeconds()
Gets the value of the initSuspendSeconds property.
|
java.lang.String |
getJmsClientId()
Gets the value of the jmsClientId property.
|
java.math.BigInteger |
getJmsPollingIntervalSeconds()
Gets the value of the jmsPollingIntervalSeconds property.
|
java.math.BigInteger |
getMaxMessagesInTransaction()
Gets the value of the maxMessagesInTransaction property.
|
java.math.BigInteger |
getMaxSuspendSeconds()
Gets the value of the maxSuspendSeconds property.
|
Pool |
getPool()
Gets the value of the pool property.
|
java.lang.String |
getProviderUrl()
Gets the value of the providerUrl property.
|
java.lang.String |
getResourceAdapterJndiName()
Gets the value of the resourceAdapterJndiName property.
|
SecurityPlugin |
getSecurityPlugin()
Gets the value of the securityPlugin property.
|
TimerDescriptor |
getTimerDescriptor()
Gets the value of the timerDescriptor property.
|
void |
setConnectionFactoryJndiName(java.lang.String value)
Sets the value of the connectionFactoryJndiName property.
|
void |
setConnectionFactoryResourceLink(java.lang.String value)
Sets the value of the connectionFactoryResourceLink property.
|
void |
setDestinationJndiName(java.lang.String value)
Sets the value of the destinationJndiName property.
|
void |
setDestinationResourceLink(java.lang.String value)
Sets the value of the destinationResourceLink property.
|
void |
setDistributedDestinationConnection(DistributedDestinationConnection value)
Sets the value of the distributedDestinationConnection property.
|
void |
setDurableSubscriptionDeletion(java.lang.Boolean value)
Sets the value of the durableSubscriptionDeletion property.
|
void |
setGenerateUniqueJmsClientId(java.lang.Boolean value)
Sets the value of the generateUniqueJmsClientId property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInitialContextFactory(java.lang.String value)
Sets the value of the initialContextFactory property.
|
void |
setInitSuspendSeconds(java.math.BigInteger value)
Sets the value of the initSuspendSeconds property.
|
void |
setJmsClientId(java.lang.String value)
Sets the value of the jmsClientId property.
|
void |
setJmsPollingIntervalSeconds(java.math.BigInteger value)
Sets the value of the jmsPollingIntervalSeconds property.
|
void |
setMaxMessagesInTransaction(java.math.BigInteger value)
Sets the value of the maxMessagesInTransaction property.
|
void |
setMaxSuspendSeconds(java.math.BigInteger value)
Sets the value of the maxSuspendSeconds property.
|
void |
setPool(Pool value)
Sets the value of the pool property.
|
void |
setProviderUrl(java.lang.String value)
Sets the value of the providerUrl property.
|
void |
setResourceAdapterJndiName(java.lang.String value)
Sets the value of the resourceAdapterJndiName property.
|
void |
setSecurityPlugin(SecurityPlugin value)
Sets the value of the securityPlugin property.
|
void |
setTimerDescriptor(TimerDescriptor value)
Sets the value of the timerDescriptor property.
|
protected Pool pool
protected TimerDescriptor timerDescriptor
protected java.lang.String resourceAdapterJndiName
protected java.lang.String destinationJndiName
protected java.lang.String initialContextFactory
protected java.lang.String providerUrl
protected java.lang.String connectionFactoryJndiName
protected java.lang.String destinationResourceLink
protected java.lang.String connectionFactoryResourceLink
protected java.math.BigInteger jmsPollingIntervalSeconds
protected java.lang.String jmsClientId
protected java.lang.Boolean generateUniqueJmsClientId
protected java.lang.Boolean durableSubscriptionDeletion
protected java.math.BigInteger maxMessagesInTransaction
protected DistributedDestinationConnection distributedDestinationConnection
protected java.math.BigInteger initSuspendSeconds
protected java.math.BigInteger maxSuspendSeconds
protected SecurityPlugin securityPlugin
protected java.lang.String id
public void setPool(Pool value)
value - allowed object is
Poolpublic TimerDescriptor getTimerDescriptor()
TimerDescriptorpublic void setTimerDescriptor(TimerDescriptor value)
value - allowed object is
TimerDescriptorpublic java.lang.String getResourceAdapterJndiName()
Stringpublic void setResourceAdapterJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationJndiName()
Stringpublic void setDestinationJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInitialContextFactory()
Stringpublic void setInitialContextFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderUrl()
Stringpublic void setProviderUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConnectionFactoryJndiName()
Stringpublic void setConnectionFactoryJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationResourceLink()
Stringpublic void setDestinationResourceLink(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConnectionFactoryResourceLink()
Stringpublic void setConnectionFactoryResourceLink(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getJmsPollingIntervalSeconds()
BigIntegerpublic void setJmsPollingIntervalSeconds(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getJmsClientId()
Stringpublic void setJmsClientId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getGenerateUniqueJmsClientId()
Booleanpublic void setGenerateUniqueJmsClientId(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getDurableSubscriptionDeletion()
Booleanpublic void setDurableSubscriptionDeletion(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getMaxMessagesInTransaction()
BigIntegerpublic void setMaxMessagesInTransaction(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic DistributedDestinationConnection getDistributedDestinationConnection()
DistributedDestinationConnectionpublic void setDistributedDestinationConnection(DistributedDestinationConnection value)
value - allowed object is
DistributedDestinationConnectionpublic java.math.BigInteger getInitSuspendSeconds()
BigIntegerpublic void setInitSuspendSeconds(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxSuspendSeconds()
BigIntegerpublic void setMaxSuspendSeconds(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic SecurityPlugin getSecurityPlugin()
SecurityPluginpublic void setSecurityPlugin(SecurityPlugin value)
value - allowed object is
SecurityPluginpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String