|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.MessageDrivenDescriptor
public class MessageDrivenDescriptor
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
MessageDrivenDescriptor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public MessageDrivenDescriptor()
Method Detail |
---|
public Pool getPool()
Pool
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 String getResourceAdapterJndiName()
String
public void setResourceAdapterJndiName(String value)
value
- allowed object is
String
public String getDestinationJndiName()
String
public void setDestinationJndiName(String value)
value
- allowed object is
String
public String getInitialContextFactory()
String
public void setInitialContextFactory(String value)
value
- allowed object is
String
public String getProviderUrl()
String
public void setProviderUrl(String value)
value
- allowed object is
String
public String getConnectionFactoryJndiName()
String
public void setConnectionFactoryJndiName(String value)
value
- allowed object is
String
public String getDestinationResourceLink()
String
public void setDestinationResourceLink(String value)
value
- allowed object is
String
public String getConnectionFactoryResourceLink()
String
public void setConnectionFactoryResourceLink(String value)
value
- allowed object is
String
public BigInteger getJmsPollingIntervalSeconds()
BigInteger
public void setJmsPollingIntervalSeconds(BigInteger value)
value
- allowed object is
BigInteger
public String getJmsClientId()
String
public void setJmsClientId(String value)
value
- allowed object is
String
public Boolean getGenerateUniqueJmsClientId()
Boolean
public void setGenerateUniqueJmsClientId(Boolean value)
value
- allowed object is
Boolean
public Boolean getDurableSubscriptionDeletion()
Boolean
public void setDurableSubscriptionDeletion(Boolean value)
value
- allowed object is
Boolean
public BigInteger getMaxMessagesInTransaction()
BigInteger
public void setMaxMessagesInTransaction(BigInteger value)
value
- allowed object is
BigInteger
public DistributedDestinationConnection getDistributedDestinationConnection()
DistributedDestinationConnection
public void setDistributedDestinationConnection(DistributedDestinationConnection value)
value
- allowed object is
DistributedDestinationConnection
public BigInteger getInitSuspendSeconds()
BigInteger
public void setInitSuspendSeconds(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxSuspendSeconds()
BigInteger
public void setMaxSuspendSeconds(BigInteger value)
value
- allowed object is
BigInteger
public SecurityPlugin getSecurityPlugin()
SecurityPlugin
public void setSecurityPlugin(SecurityPlugin value)
value
- allowed object is
SecurityPlugin
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |