public class MessageDrivenDescriptor extends 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 String |
connectionFactoryJndiName |
protected String |
connectionFactoryResourceLink |
protected String |
destinationJndiName |
protected String |
destinationResourceLink |
protected DistributedDestinationConnection |
distributedDestinationConnection |
protected Boolean |
durableSubscriptionDeletion |
protected Boolean |
generateUniqueJmsClientId |
protected String |
id |
protected String |
initialContextFactory |
protected BigInteger |
initSuspendSeconds |
protected String |
jmsClientId |
protected BigInteger |
jmsPollingIntervalSeconds |
protected BigInteger |
maxMessagesInTransaction |
protected BigInteger |
maxSuspendSeconds |
protected Pool |
pool |
protected String |
providerUrl |
protected String |
resourceAdapterJndiName |
protected SecurityPlugin |
securityPlugin |
protected TimerDescriptor |
timerDescriptor |
| Constructor and Description |
|---|
MessageDrivenDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionFactoryJndiName()
Gets the value of the connectionFactoryJndiName property.
|
String |
getConnectionFactoryResourceLink()
Gets the value of the connectionFactoryResourceLink property.
|
String |
getDestinationJndiName()
Gets the value of the destinationJndiName property.
|
String |
getDestinationResourceLink()
Gets the value of the destinationResourceLink property.
|
DistributedDestinationConnection |
getDistributedDestinationConnection()
Gets the value of the distributedDestinationConnection property.
|
Boolean |
getDurableSubscriptionDeletion()
Gets the value of the durableSubscriptionDeletion property.
|
Boolean |
getGenerateUniqueJmsClientId()
Gets the value of the generateUniqueJmsClientId property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInitialContextFactory()
Gets the value of the initialContextFactory property.
|
BigInteger |
getInitSuspendSeconds()
Gets the value of the initSuspendSeconds property.
|
String |
getJmsClientId()
Gets the value of the jmsClientId property.
|
BigInteger |
getJmsPollingIntervalSeconds()
Gets the value of the jmsPollingIntervalSeconds property.
|
BigInteger |
getMaxMessagesInTransaction()
Gets the value of the maxMessagesInTransaction property.
|
BigInteger |
getMaxSuspendSeconds()
Gets the value of the maxSuspendSeconds property.
|
Pool |
getPool()
Gets the value of the pool property.
|
String |
getProviderUrl()
Gets the value of the providerUrl property.
|
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(String value)
Sets the value of the connectionFactoryJndiName property.
|
void |
setConnectionFactoryResourceLink(String value)
Sets the value of the connectionFactoryResourceLink property.
|
void |
setDestinationJndiName(String value)
Sets the value of the destinationJndiName property.
|
void |
setDestinationResourceLink(String value)
Sets the value of the destinationResourceLink property.
|
void |
setDistributedDestinationConnection(DistributedDestinationConnection value)
Sets the value of the distributedDestinationConnection property.
|
void |
setDurableSubscriptionDeletion(Boolean value)
Sets the value of the durableSubscriptionDeletion property.
|
void |
setGenerateUniqueJmsClientId(Boolean value)
Sets the value of the generateUniqueJmsClientId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInitialContextFactory(String value)
Sets the value of the initialContextFactory property.
|
void |
setInitSuspendSeconds(BigInteger value)
Sets the value of the initSuspendSeconds property.
|
void |
setJmsClientId(String value)
Sets the value of the jmsClientId property.
|
void |
setJmsPollingIntervalSeconds(BigInteger value)
Sets the value of the jmsPollingIntervalSeconds property.
|
void |
setMaxMessagesInTransaction(BigInteger value)
Sets the value of the maxMessagesInTransaction property.
|
void |
setMaxSuspendSeconds(BigInteger value)
Sets the value of the maxSuspendSeconds property.
|
void |
setPool(Pool value)
Sets the value of the pool property.
|
void |
setProviderUrl(String value)
Sets the value of the providerUrl property.
|
void |
setResourceAdapterJndiName(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 String resourceAdapterJndiName
protected String destinationJndiName
protected String initialContextFactory
protected String providerUrl
protected String connectionFactoryJndiName
protected String destinationResourceLink
protected String connectionFactoryResourceLink
protected BigInteger jmsPollingIntervalSeconds
protected String jmsClientId
protected Boolean generateUniqueJmsClientId
protected Boolean durableSubscriptionDeletion
protected BigInteger maxMessagesInTransaction
protected DistributedDestinationConnection distributedDestinationConnection
protected BigInteger initSuspendSeconds
protected BigInteger maxSuspendSeconds
protected SecurityPlugin securityPlugin
protected String id
public void setPool(Pool value)
value - allowed object is
Poolpublic TimerDescriptor getTimerDescriptor()
TimerDescriptorpublic void setTimerDescriptor(TimerDescriptor value)
value - allowed object is
TimerDescriptorpublic String getResourceAdapterJndiName()
Stringpublic void setResourceAdapterJndiName(String value)
value - allowed object is
Stringpublic String getDestinationJndiName()
Stringpublic void setDestinationJndiName(String value)
value - allowed object is
Stringpublic String getInitialContextFactory()
Stringpublic void setInitialContextFactory(String value)
value - allowed object is
Stringpublic String getProviderUrl()
Stringpublic void setProviderUrl(String value)
value - allowed object is
Stringpublic String getConnectionFactoryJndiName()
Stringpublic void setConnectionFactoryJndiName(String value)
value - allowed object is
Stringpublic String getDestinationResourceLink()
Stringpublic void setDestinationResourceLink(String value)
value - allowed object is
Stringpublic String getConnectionFactoryResourceLink()
Stringpublic void setConnectionFactoryResourceLink(String value)
value - allowed object is
Stringpublic BigInteger getJmsPollingIntervalSeconds()
BigIntegerpublic void setJmsPollingIntervalSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic String getJmsClientId()
Stringpublic void setJmsClientId(String value)
value - allowed object is
Stringpublic Boolean getGenerateUniqueJmsClientId()
Booleanpublic void setGenerateUniqueJmsClientId(Boolean value)
value - allowed object is
Booleanpublic Boolean getDurableSubscriptionDeletion()
Booleanpublic void setDurableSubscriptionDeletion(Boolean value)
value - allowed object is
Booleanpublic BigInteger getMaxMessagesInTransaction()
BigIntegerpublic void setMaxMessagesInTransaction(BigInteger value)
value - allowed object is
BigIntegerpublic DistributedDestinationConnection getDistributedDestinationConnection()
DistributedDestinationConnectionpublic void setDistributedDestinationConnection(DistributedDestinationConnection value)
value - allowed object is
DistributedDestinationConnectionpublic BigInteger getInitSuspendSeconds()
BigIntegerpublic void setInitSuspendSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxSuspendSeconds()
BigIntegerpublic void setMaxSuspendSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic SecurityPlugin getSecurityPlugin()
SecurityPluginpublic void setSecurityPlugin(SecurityPlugin value)
value - allowed object is
SecurityPluginCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.