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
Pool
public TimerDescriptor getTimerDescriptor()
TimerDescriptor
public void setTimerDescriptor(TimerDescriptor value)
value
- allowed object is
TimerDescriptor
public java.lang.String getResourceAdapterJndiName()
String
public void setResourceAdapterJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestinationJndiName()
String
public void setDestinationJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInitialContextFactory()
String
public void setInitialContextFactory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderUrl()
String
public void setProviderUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectionFactoryJndiName()
String
public void setConnectionFactoryJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestinationResourceLink()
String
public void setDestinationResourceLink(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectionFactoryResourceLink()
String
public void setConnectionFactoryResourceLink(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getJmsPollingIntervalSeconds()
BigInteger
public void setJmsPollingIntervalSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getJmsClientId()
String
public void setJmsClientId(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getGenerateUniqueJmsClientId()
Boolean
public void setGenerateUniqueJmsClientId(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getDurableSubscriptionDeletion()
Boolean
public void setDurableSubscriptionDeletion(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getMaxMessagesInTransaction()
BigInteger
public void setMaxMessagesInTransaction(java.math.BigInteger value)
value
- allowed object is
BigInteger
public DistributedDestinationConnection getDistributedDestinationConnection()
DistributedDestinationConnection
public void setDistributedDestinationConnection(DistributedDestinationConnection value)
value
- allowed object is
DistributedDestinationConnection
public java.math.BigInteger getInitSuspendSeconds()
BigInteger
public void setInitSuspendSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxSuspendSeconds()
BigInteger
public void setMaxSuspendSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public SecurityPlugin getSecurityPlugin()
SecurityPlugin
public void setSecurityPlugin(SecurityPlugin value)
value
- allowed object is
SecurityPlugin
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String