|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.MessageDrivenBeanTypeImpl<T>
public class MessageDrivenBeanTypeImpl<T>
This class implements the message-driven-beanType
xsd type
Original Documentation:
The message-driven element declares a message-driven
bean. The declaration consists of:
- an optional description
- an optional display name
- an optional icon element that contains a small and a large
icon file name.
- a name assigned to the enterprise bean in
the deployment descriptor
- an optional mapped-name element that can be used to provide
vendor-specific deployment information such as the physical
jndi-name of destination from which this message-driven bean
should consume. This element is not required to be supported
by all implementations. Any use of this element is non-portable.
- the message-driven bean's implementation class
- an optional declaration of the bean's messaging
type
- an optional declaration of the bean's timeout method for
handling programmatically created timers
- an optional declaration of timers to be automatically created at
deployment time
- the optional message-driven bean's transaction management
type. If it is not defined, it is defaulted to Container.
- an optional declaration of the bean's
message-destination-type
- an optional declaration of the bean's
message-destination-link
- an optional declaration of the message-driven bean's
activation configuration properties
- an optional list of the message-driven bean class and/or
superclass around-invoke methods.
- an optional list of the message-driven bean class and/or
superclass around-timeout methods.
- an optional declaration of the bean's environment
entries
- an optional declaration of the bean's EJB references
- an optional declaration of the bean's local EJB
references
- an optional declaration of the bean's web service
references
- an optional declaration of the security role
references
- an optional declaration of the security
identity to be used for the execution of the bean's
methods
- an optional declaration of the bean's
resource manager connection factory
references
- an optional declaration of the bean's resource
environment references.
- an optional declaration of the bean's message
destination references
Constructor Summary | |
---|---|
MessageDrivenBeanTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
MessageDrivenBeanTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
ActivationConfigType<MessageDrivenBeanType<T>> |
activationConfig()
If not already created, a new activation-config element will be created and returned. |
AroundInvokeType<MessageDrivenBeanType<T>> |
aroundInvoke()
Returns the around-invoke element |
AroundTimeoutType<MessageDrivenBeanType<T>> |
aroundTimeout()
Returns the around-timeout element |
DataSourceType<MessageDrivenBeanType<T>> |
dataSource()
Returns the data-source element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
ejbRef()
Returns the ejb-ref element |
EnvEntryType<MessageDrivenBeanType<T>> |
envEntry()
Returns the env-entry element |
java.util.List<AroundInvokeType<MessageDrivenBeanType<T>>> |
getAroundInvokeList()
Returns all around-invoke elements |
java.util.List<AroundTimeoutType<MessageDrivenBeanType<T>>> |
getAroundTimeoutList()
Returns all around-timeout elements |
java.util.List<DataSourceType<MessageDrivenBeanType<T>>> |
getDataSourceList()
Returns all data-source elements |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.lang.String |
getEjbClass()
Returns the ejb-class element |
java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.lang.String |
getEjbName()
Returns the ejb-name element |
java.util.List<EjbRefType<MessageDrivenBeanType<T>>> |
getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<MessageDrivenBeanType<T>>> |
getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<MessageDrivenBeanType<T>>> |
getIconList()
Returns all icon elements |
java.lang.String |
getMappedName()
Returns the mapped-name element |
java.lang.String |
getMessageDestinationLink()
Returns the message-destination-link element |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.lang.String |
getMessageDestinationType()
Returns the message-destination-type element |
java.lang.String |
getMessagingType()
Returns the messaging-type element |
java.util.List<PersistenceContextRefType<MessageDrivenBeanType<T>>> |
getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> |
getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> |
getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityRoleRefType<MessageDrivenBeanType<T>>> |
getSecurityRoleRefList()
Returns all security-role-ref elements |
java.util.List<TimerType<MessageDrivenBeanType<T>>> |
getTimerList()
Returns all timer elements |
TransactionTypeType |
getTransactionType()
Returns the transaction-type element |
java.lang.String |
getTransactionTypeAsString()
Returns the transaction-type element |
IconType<MessageDrivenBeanType<T>> |
icon()
Returns the icon element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
messageDestinationRef()
Returns the message-destination-ref element |
PersistenceContextRefType<MessageDrivenBeanType<T>> |
persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<MessageDrivenBeanType<T>> |
persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
postConstruct()
Returns the post-construct element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
preDestroy()
Returns the pre-destroy element |
MessageDrivenBeanType<T> |
removeActivationConfig()
Removes the activation-config element |
MessageDrivenBeanType<T> |
removeAllAroundInvoke()
Removes all around-invoke elements |
MessageDrivenBeanType<T> |
removeAllAroundTimeout()
Removes all around-timeout elements |
MessageDrivenBeanType<T> |
removeAllDataSource()
Removes all data-source elements |
MessageDrivenBeanType<T> |
removeAllDescription()
Removes the description element |
MessageDrivenBeanType<T> |
removeAllDisplayName()
Removes the display-name element |
MessageDrivenBeanType<T> |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
MessageDrivenBeanType<T> |
removeAllEjbRef()
Removes all ejb-ref elements |
MessageDrivenBeanType<T> |
removeAllEnvEntry()
Removes all env-entry elements |
MessageDrivenBeanType<T> |
removeAllIcon()
Removes all icon elements |
MessageDrivenBeanType<T> |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
MessageDrivenBeanType<T> |
removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
MessageDrivenBeanType<T> |
removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
MessageDrivenBeanType<T> |
removeAllPostConstruct()
Removes all post-construct elements |
MessageDrivenBeanType<T> |
removeAllPreDestroy()
Removes all pre-destroy elements |
MessageDrivenBeanType<T> |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
MessageDrivenBeanType<T> |
removeAllResourceRef()
Removes all resource-ref elements |
MessageDrivenBeanType<T> |
removeAllSecurityRoleRef()
Removes all security-role-ref elements |
MessageDrivenBeanType<T> |
removeAllTimer()
Removes all timer elements |
MessageDrivenBeanType<T> |
removeEjbClass()
Removes the ejb-class element |
MessageDrivenBeanType<T> |
removeEjbName()
Removes the ejb-name element |
MessageDrivenBeanType<T> |
removeMappedName()
Removes the mapped-name element |
MessageDrivenBeanType<T> |
removeMessageDestinationLink()
Removes the message-destination-link element |
MessageDrivenBeanType<T> |
removeMessageDestinationType()
Removes the message-destination-type element |
MessageDrivenBeanType<T> |
removeMessagingType()
Removes the messaging-type element |
MessageDrivenBeanType<T> |
removeSecurityIdentity()
Removes the security-identity element |
MessageDrivenBeanType<T> |
removeTimeoutMethod()
Removes the timeout-method element |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
resourceRef()
Returns the resource-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
securityIdentity()
If not already created, a new security-identity element will be created and returned. |
SecurityRoleRefType<MessageDrivenBeanType<T>> |
securityRoleRef()
Returns the security-role-ref element |
MessageDrivenBeanType<T> |
setDescription(java.lang.String description)
Creates a new description element |
MessageDrivenBeanType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDrivenBeanType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
MessageDrivenBeanType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
MessageDrivenBeanType<T> |
setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
MessageDrivenBeanType<T> |
setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
MessageDrivenBeanType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
MessageDrivenBeanType<T> |
setMessageDestinationLink(java.lang.String messageDestinationLink)
If not already created, a new message-destination-link element with the given value will be created. |
MessageDrivenBeanType<T> |
setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
MessageDrivenBeanType<T> |
setMessagingType(java.lang.String messagingType)
If not already created, a new messaging-type element with the given value will be created. |
MessageDrivenBeanType<T> |
setTransactionType(java.lang.String transactionType)
If not already created, a new transaction-type element with the given value will be created. |
MessageDrivenBeanType<T> |
setTransactionType(TransactionTypeType transactionType)
If not already created, a new transaction-type element with the given value will be created. |
NamedMethodType<MessageDrivenBeanType<T>> |
timeoutMethod()
If not already created, a new timeout-method element will be created and returned. |
TimerType<MessageDrivenBeanType<T>> |
timer()
Returns the timer element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageDrivenBeanTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public MessageDrivenBeanTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public MessageDrivenBeanType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface MessageDrivenBeanType<T>
list
- of description
objects
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeAllDescription()
description
element
removeAllDescription
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface MessageDrivenBeanType<T>
description
public MessageDrivenBeanType<T> setDisplayName(java.lang.String displayName)
display-name
element
setDisplayName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
setDisplayNameList
in interface MessageDrivenBeanType<T>
list
- of display-name
objects
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeAllDisplayName()
display-name
element
removeAllDisplayName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
getDisplayNameList
in interface MessageDrivenBeanType<T>
display-name
public MessageDrivenBeanType<T> removeAllIcon()
icon
elements
removeAllIcon
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public IconType<MessageDrivenBeanType<T>> icon()
icon
element
icon
in interface MessageDrivenBeanType<T>
icon
public java.util.List<IconType<MessageDrivenBeanType<T>>> getIconList()
icon
elements
getIconList
in interface MessageDrivenBeanType<T>
icon
public MessageDrivenBeanType<T> removeAllEnvEntry()
env-entry
elements
removeAllEnvEntry
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public EnvEntryType<MessageDrivenBeanType<T>> envEntry()
env-entry
element
envEntry
in interface MessageDrivenBeanType<T>
env-entry
public java.util.List<EnvEntryType<MessageDrivenBeanType<T>>> getEnvEntryList()
env-entry
elements
getEnvEntryList
in interface MessageDrivenBeanType<T>
env-entry
public MessageDrivenBeanType<T> removeAllEjbRef()
ejb-ref
elements
removeAllEjbRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public EjbRefType<MessageDrivenBeanType<T>> ejbRef()
ejb-ref
element
ejbRef
in interface MessageDrivenBeanType<T>
ejb-ref
public java.util.List<EjbRefType<MessageDrivenBeanType<T>>> getEjbRefList()
ejb-ref
elements
getEjbRefList
in interface MessageDrivenBeanType<T>
ejb-ref
public MessageDrivenBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elements
removeAllEjbLocalRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public EjbLocalRefType<MessageDrivenBeanType<T>> ejbLocalRef()
ejb-local-ref
element
ejbLocalRef
in interface MessageDrivenBeanType<T>
ejb-local-ref
public java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> getEjbLocalRefList()
ejb-local-ref
elements
getEjbLocalRefList
in interface MessageDrivenBeanType<T>
ejb-local-ref
public MessageDrivenBeanType<T> removeAllResourceRef()
resource-ref
elements
removeAllResourceRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public ResourceRefType<MessageDrivenBeanType<T>> resourceRef()
resource-ref
element
resourceRef
in interface MessageDrivenBeanType<T>
resource-ref
public java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> getResourceRefList()
resource-ref
elements
getResourceRefList
in interface MessageDrivenBeanType<T>
resource-ref
public MessageDrivenBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elements
removeAllResourceEnvRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public ResourceEnvRefType<MessageDrivenBeanType<T>> resourceEnvRef()
resource-env-ref
element
resourceEnvRef
in interface MessageDrivenBeanType<T>
resource-env-ref
public java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> getResourceEnvRefList()
resource-env-ref
elements
getResourceEnvRefList
in interface MessageDrivenBeanType<T>
resource-env-ref
public MessageDrivenBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elements
removeAllMessageDestinationRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDestinationRefType<MessageDrivenBeanType<T>> messageDestinationRef()
message-destination-ref
element
messageDestinationRef
in interface MessageDrivenBeanType<T>
message-destination-ref
public java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> getMessageDestinationRefList()
message-destination-ref
elements
getMessageDestinationRefList
in interface MessageDrivenBeanType<T>
message-destination-ref
public MessageDrivenBeanType<T> removeAllPersistenceContextRef()
persistence-context-ref
elements
removeAllPersistenceContextRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public PersistenceContextRefType<MessageDrivenBeanType<T>> persistenceContextRef()
persistence-context-ref
element
persistenceContextRef
in interface MessageDrivenBeanType<T>
persistence-context-ref
public java.util.List<PersistenceContextRefType<MessageDrivenBeanType<T>>> getPersistenceContextRefList()
persistence-context-ref
elements
getPersistenceContextRefList
in interface MessageDrivenBeanType<T>
persistence-context-ref
public MessageDrivenBeanType<T> removeAllPersistenceUnitRef()
persistence-unit-ref
elements
removeAllPersistenceUnitRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public PersistenceUnitRefType<MessageDrivenBeanType<T>> persistenceUnitRef()
persistence-unit-ref
element
persistenceUnitRef
in interface MessageDrivenBeanType<T>
persistence-unit-ref
public java.util.List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> getPersistenceUnitRefList()
persistence-unit-ref
elements
getPersistenceUnitRefList
in interface MessageDrivenBeanType<T>
persistence-unit-ref
public MessageDrivenBeanType<T> removeAllPostConstruct()
post-construct
elements
removeAllPostConstruct
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public LifecycleCallbackType<MessageDrivenBeanType<T>> postConstruct()
post-construct
element
postConstruct
in interface MessageDrivenBeanType<T>
post-construct
public java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getPostConstructList()
post-construct
elements
getPostConstructList
in interface MessageDrivenBeanType<T>
post-construct
public MessageDrivenBeanType<T> removeAllPreDestroy()
pre-destroy
elements
removeAllPreDestroy
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public LifecycleCallbackType<MessageDrivenBeanType<T>> preDestroy()
pre-destroy
element
preDestroy
in interface MessageDrivenBeanType<T>
pre-destroy
public java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> getPreDestroyList()
pre-destroy
elements
getPreDestroyList
in interface MessageDrivenBeanType<T>
pre-destroy
public MessageDrivenBeanType<T> removeAllDataSource()
data-source
elements
removeAllDataSource
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public DataSourceType<MessageDrivenBeanType<T>> dataSource()
data-source
element
dataSource
in interface MessageDrivenBeanType<T>
data-source
public java.util.List<DataSourceType<MessageDrivenBeanType<T>>> getDataSourceList()
data-source
elements
getDataSourceList
in interface MessageDrivenBeanType<T>
data-source
public MessageDrivenBeanType<T> setEjbName(java.lang.String ejbName)
ejb-name
element with the given value will be created.
Otherwise, the existing ejb-name
element will be updated with the given value.
setEjbName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeEjbName()
ejb-name
element
removeEjbName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getEjbName()
ejb-name
element
getEjbName
in interface MessageDrivenBeanType<T>
ejb-name
public MessageDrivenBeanType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
setMappedName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMappedName()
mapped-name
element
removeMappedName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMappedName()
mapped-name
element
getMappedName
in interface MessageDrivenBeanType<T>
mapped-name
public MessageDrivenBeanType<T> setEjbClass(java.lang.String ejbClass)
ejb-class
element with the given value will be created.
Otherwise, the existing ejb-class
element will be updated with the given value.
setEjbClass
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeEjbClass()
ejb-class
element
removeEjbClass
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getEjbClass()
ejb-class
element
getEjbClass
in interface MessageDrivenBeanType<T>
ejb-class
public MessageDrivenBeanType<T> setMessagingType(java.lang.String messagingType)
messaging-type
element with the given value will be created.
Otherwise, the existing messaging-type
element will be updated with the given value.
setMessagingType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMessagingType()
messaging-type
element
removeMessagingType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMessagingType()
messaging-type
element
getMessagingType
in interface MessageDrivenBeanType<T>
messaging-type
public MessageDrivenBeanType<T> removeTimeoutMethod()
timeout-method
element
removeTimeoutMethod
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public NamedMethodType<MessageDrivenBeanType<T>> timeoutMethod()
timeout-method
element will be created and returned.
Otherwise, the existing timeout-method
element will be returned.
timeoutMethod
in interface MessageDrivenBeanType<T>
timeout-method
public MessageDrivenBeanType<T> removeAllTimer()
timer
elements
removeAllTimer
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public TimerType<MessageDrivenBeanType<T>> timer()
timer
element
timer
in interface MessageDrivenBeanType<T>
timer
public java.util.List<TimerType<MessageDrivenBeanType<T>>> getTimerList()
timer
elements
getTimerList
in interface MessageDrivenBeanType<T>
timer
public MessageDrivenBeanType<T> setTransactionType(TransactionTypeType transactionType)
transaction-type
element with the given value will be created.
Otherwise, the existing transaction-type
element will be updated with the given value.
setTransactionType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> setTransactionType(java.lang.String transactionType)
transaction-type
element with the given value will be created.
Otherwise, the existing transaction-type
element will be updated with the given value.
setTransactionType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public TransactionTypeType getTransactionType()
transaction-type
element
getTransactionType
in interface MessageDrivenBeanType<T>
transaction-type
public java.lang.String getTransactionTypeAsString()
transaction-type
element
getTransactionTypeAsString
in interface MessageDrivenBeanType<T>
transaction-type
public MessageDrivenBeanType<T> setMessageDestinationType(java.lang.String messageDestinationType)
message-destination-type
element with the given value will be created.
Otherwise, the existing message-destination-type
element will be updated with the given value.
setMessageDestinationType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMessageDestinationType()
message-destination-type
element
removeMessageDestinationType
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMessageDestinationType()
message-destination-type
element
getMessageDestinationType
in interface MessageDrivenBeanType<T>
message-destination-type
public MessageDrivenBeanType<T> setMessageDestinationLink(java.lang.String messageDestinationLink)
message-destination-link
element with the given value will be created.
Otherwise, the existing message-destination-link
element will be updated with the given value.
setMessageDestinationLink
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMessageDestinationLink()
message-destination-link
element
removeMessageDestinationLink
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMessageDestinationLink()
message-destination-link
element
getMessageDestinationLink
in interface MessageDrivenBeanType<T>
message-destination-link
public MessageDrivenBeanType<T> removeActivationConfig()
activation-config
element
removeActivationConfig
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public ActivationConfigType<MessageDrivenBeanType<T>> activationConfig()
activation-config
element will be created and returned.
Otherwise, the existing activation-config
element will be returned.
activationConfig
in interface MessageDrivenBeanType<T>
activation-config
public MessageDrivenBeanType<T> removeAllAroundInvoke()
around-invoke
elements
removeAllAroundInvoke
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public AroundInvokeType<MessageDrivenBeanType<T>> aroundInvoke()
around-invoke
element
aroundInvoke
in interface MessageDrivenBeanType<T>
around-invoke
public java.util.List<AroundInvokeType<MessageDrivenBeanType<T>>> getAroundInvokeList()
around-invoke
elements
getAroundInvokeList
in interface MessageDrivenBeanType<T>
around-invoke
public MessageDrivenBeanType<T> removeAllAroundTimeout()
around-timeout
elements
removeAllAroundTimeout
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public AroundTimeoutType<MessageDrivenBeanType<T>> aroundTimeout()
around-timeout
element
aroundTimeout
in interface MessageDrivenBeanType<T>
around-timeout
public java.util.List<AroundTimeoutType<MessageDrivenBeanType<T>>> getAroundTimeoutList()
around-timeout
elements
getAroundTimeoutList
in interface MessageDrivenBeanType<T>
around-timeout
public MessageDrivenBeanType<T> removeAllSecurityRoleRef()
security-role-ref
elements
removeAllSecurityRoleRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public SecurityRoleRefType<MessageDrivenBeanType<T>> securityRoleRef()
security-role-ref
element
securityRoleRef
in interface MessageDrivenBeanType<T>
security-role-ref
public java.util.List<SecurityRoleRefType<MessageDrivenBeanType<T>>> getSecurityRoleRefList()
security-role-ref
elements
getSecurityRoleRefList
in interface MessageDrivenBeanType<T>
security-role-ref
public MessageDrivenBeanType<T> removeSecurityIdentity()
security-identity
element
removeSecurityIdentity
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public SecurityIdentityType<MessageDrivenBeanType<T>> securityIdentity()
security-identity
element will be created and returned.
Otherwise, the existing security-identity
element will be returned.
securityIdentity
in interface MessageDrivenBeanType<T>
security-identity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |