|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.MessageDrivenBeanTypeImpl<T>
public class MessageDrivenBeanTypeImpl<T>
This class implements the message-driven-beanType
xsd type
Original Documentation:
The message-driven element holds information specific to jboss and not
declared in ejb-jar.xml about a message-driven bean, such as container configuration and
resources. The bean should already be declared in ejb-jar.xml, with the same ejb-name.
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. |
AnnotationType<MessageDrivenBeanType<T>> |
annotation()
Returns the annotation element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
java.util.List<AnnotationType<MessageDrivenBeanType<T>>> |
getAnnotationList()
Returns all annotation elements |
java.lang.String |
getAopDomainName()
Returns the aop-domain-name element |
java.util.List<java.lang.String> |
getDependsList()
Returns all depends elements |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getDestinationJndiName()
Returns the destination-jndi-name element |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
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<IconType<MessageDrivenBeanType<T>>> |
getIconList()
Returns all icon elements |
java.util.List<JndiRefType<MessageDrivenBeanType<T>>> |
getJndiRefList()
Returns all jndi-ref elements |
java.lang.String |
getMdbClientId()
Returns the mdb-client-id element |
java.lang.String |
getMdbPasswd()
Returns the mdb-passwd element |
java.lang.String |
getMdbSubscriptionId()
Returns the mdb-subscription-id element |
java.lang.String |
getMdbUser()
Returns the mdb-user element |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.lang.String |
getResourceAdapterName()
Returns the resource-adapter-name element |
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.lang.String |
getSecurityDomain()
Returns the security-domain element |
java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> |
getServiceRefList()
Returns all service-ref elements |
IconType<MessageDrivenBeanType<T>> |
icon()
Returns the icon element |
IgnoreDependencyType<MessageDrivenBeanType<T>> |
ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
java.lang.Boolean |
isCreateDestination()
Returns the create-destination element |
JndiRefType<MessageDrivenBeanType<T>> |
jndiRef()
Returns the jndi-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<MessageDrivenBeanType<T>> |
methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<MessageDrivenBeanType<T>> |
poolConfig()
If not already created, a new pool-config element will be created and returned. |
MessageDrivenBeanType<T> |
removeActivationConfig()
Removes the activation-config element |
MessageDrivenBeanType<T> |
removeAllAnnotation()
Removes all annotation elements |
MessageDrivenBeanType<T> |
removeAllDepends()
Removes the depends element |
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> |
removeAllIcon()
Removes all icon elements |
MessageDrivenBeanType<T> |
removeAllJndiRef()
Removes all jndi-ref elements |
MessageDrivenBeanType<T> |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
MessageDrivenBeanType<T> |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
MessageDrivenBeanType<T> |
removeAllResourceRef()
Removes all resource-ref elements |
MessageDrivenBeanType<T> |
removeAllServiceRef()
Removes all service-ref elements |
MessageDrivenBeanType<T> |
removeAopDomainName()
Removes the aop-domain-name element |
MessageDrivenBeanType<T> |
removeCreateDestination()
Removes the create-destination element |
MessageDrivenBeanType<T> |
removeDestinationJndiName()
Removes the destination-jndi-name element |
MessageDrivenBeanType<T> |
removeEjbName()
Removes the ejb-name element |
MessageDrivenBeanType<T> |
removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
MessageDrivenBeanType<T> |
removeIgnoreDependency()
Removes the ignore-dependency element |
MessageDrivenBeanType<T> |
removeMdbClientId()
Removes the mdb-client-id element |
MessageDrivenBeanType<T> |
removeMdbPasswd()
Removes the mdb-passwd element |
MessageDrivenBeanType<T> |
removeMdbSubscriptionId()
Removes the mdb-subscription-id element |
MessageDrivenBeanType<T> |
removeMdbUser()
Removes the mdb-user element |
MessageDrivenBeanType<T> |
removeMethodAttributes()
Removes the method-attributes element |
MessageDrivenBeanType<T> |
removePoolConfig()
Removes the pool-config element |
MessageDrivenBeanType<T> |
removeResourceAdapterName()
Removes the resource-adapter-name element |
MessageDrivenBeanType<T> |
removeSecurityDomain()
Removes the security-domain element |
MessageDrivenBeanType<T> |
removeSecurityIdentity()
Removes the security-identity 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. |
ServiceRefType<MessageDrivenBeanType<T>> |
serviceRef()
Returns the service-ref element |
MessageDrivenBeanType<T> |
setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
MessageDrivenBeanType<T> |
setCreateDestination(java.lang.Boolean createDestination)
If not already created, a new create-destination element with the given value will be created. |
MessageDrivenBeanType<T> |
setDepends(java.lang.String depends)
Creates a new depends element |
MessageDrivenBeanType<T> |
setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends 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> |
setDestinationJndiName(java.lang.String destinationJndiName)
If not already created, a new destination-jndi-name element with the given value will be created. |
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> |
setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
MessageDrivenBeanType<T> |
setMdbClientId(java.lang.String mdbClientId)
If not already created, a new mdb-client-id element with the given value will be created. |
MessageDrivenBeanType<T> |
setMdbPasswd(java.lang.String mdbPasswd)
If not already created, a new mdb-passwd element with the given value will be created. |
MessageDrivenBeanType<T> |
setMdbSubscriptionId(java.lang.String mdbSubscriptionId)
If not already created, a new mdb-subscription-id element with the given value will be created. |
MessageDrivenBeanType<T> |
setMdbUser(java.lang.String mdbUser)
If not already created, a new mdb-user element with the given value will be created. |
MessageDrivenBeanType<T> |
setResourceAdapterName(java.lang.String resourceAdapterName)
If not already created, a new resource-adapter-name element with the given value will be created. |
MessageDrivenBeanType<T> |
setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
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> 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> 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> setDestinationJndiName(java.lang.String destinationJndiName)
destination-jndi-name
element with the given value will be created.
Otherwise, the existing destination-jndi-name
element will be updated with the given value.
setDestinationJndiName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeDestinationJndiName()
destination-jndi-name
element
removeDestinationJndiName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getDestinationJndiName()
destination-jndi-name
element
getDestinationJndiName
in interface MessageDrivenBeanType<T>
destination-jndi-name
public MessageDrivenBeanType<T> setMdbUser(java.lang.String mdbUser)
mdb-user
element with the given value will be created.
Otherwise, the existing mdb-user
element will be updated with the given value.
setMdbUser
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMdbUser()
mdb-user
element
removeMdbUser
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMdbUser()
mdb-user
element
getMdbUser
in interface MessageDrivenBeanType<T>
mdb-user
public MessageDrivenBeanType<T> setMdbPasswd(java.lang.String mdbPasswd)
mdb-passwd
element with the given value will be created.
Otherwise, the existing mdb-passwd
element will be updated with the given value.
setMdbPasswd
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMdbPasswd()
mdb-passwd
element
removeMdbPasswd
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMdbPasswd()
mdb-passwd
element
getMdbPasswd
in interface MessageDrivenBeanType<T>
mdb-passwd
public MessageDrivenBeanType<T> setMdbClientId(java.lang.String mdbClientId)
mdb-client-id
element with the given value will be created.
Otherwise, the existing mdb-client-id
element will be updated with the given value.
setMdbClientId
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMdbClientId()
mdb-client-id
element
removeMdbClientId
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMdbClientId()
mdb-client-id
element
getMdbClientId
in interface MessageDrivenBeanType<T>
mdb-client-id
public MessageDrivenBeanType<T> setMdbSubscriptionId(java.lang.String mdbSubscriptionId)
mdb-subscription-id
element with the given value will be created.
Otherwise, the existing mdb-subscription-id
element will be updated with the given value.
setMdbSubscriptionId
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeMdbSubscriptionId()
mdb-subscription-id
element
removeMdbSubscriptionId
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getMdbSubscriptionId()
mdb-subscription-id
element
getMdbSubscriptionId
in interface MessageDrivenBeanType<T>
mdb-subscription-id
public MessageDrivenBeanType<T> setResourceAdapterName(java.lang.String resourceAdapterName)
resource-adapter-name
element with the given value will be created.
Otherwise, the existing resource-adapter-name
element will be updated with the given value.
setResourceAdapterName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeResourceAdapterName()
resource-adapter-name
element
removeResourceAdapterName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getResourceAdapterName()
resource-adapter-name
element
getResourceAdapterName
in interface MessageDrivenBeanType<T>
resource-adapter-name
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> removeAllServiceRef()
service-ref
elements
removeAllServiceRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public ServiceRefType<MessageDrivenBeanType<T>> serviceRef()
service-ref
element
serviceRef
in interface MessageDrivenBeanType<T>
service-ref
public java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> getServiceRefList()
service-ref
elements
getServiceRefList
in interface MessageDrivenBeanType<T>
service-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> 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
public MessageDrivenBeanType<T> setSecurityDomain(java.lang.String securityDomain)
security-domain
element with the given value will be created.
Otherwise, the existing security-domain
element will be updated with the given value.
setSecurityDomain
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeSecurityDomain()
security-domain
element
removeSecurityDomain
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getSecurityDomain()
security-domain
element
getSecurityDomain
in interface MessageDrivenBeanType<T>
security-domain
public MessageDrivenBeanType<T> removeMethodAttributes()
method-attributes
element
removeMethodAttributes
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MethodAttributesType<MessageDrivenBeanType<T>> methodAttributes()
method-attributes
element will be created and returned.
Otherwise, the existing method-attributes
element will be returned.
methodAttributes
in interface MessageDrivenBeanType<T>
method-attributes
public MessageDrivenBeanType<T> setDepends(java.lang.String depends)
depends
element
setDepends
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> setDependsList(java.lang.String... values)
depends
elements,
a new depends
element
setDependsList
in interface MessageDrivenBeanType<T>
list
- of depends
objects
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeAllDepends()
depends
element
removeAllDepends
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.util.List<java.lang.String> getDependsList()
depends
elements
getDependsList
in interface MessageDrivenBeanType<T>
depends
public MessageDrivenBeanType<T> removeEjbTimeoutIdentity()
ejb-timeout-identity
element
removeEjbTimeoutIdentity
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public SecurityIdentityType<MessageDrivenBeanType<T>> ejbTimeoutIdentity()
ejb-timeout-identity
element will be created and returned.
Otherwise, the existing ejb-timeout-identity
element will be returned.
ejbTimeoutIdentity
in interface MessageDrivenBeanType<T>
ejb-timeout-identity
public MessageDrivenBeanType<T> removeAllAnnotation()
annotation
elements
removeAllAnnotation
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public AnnotationType<MessageDrivenBeanType<T>> annotation()
annotation
element
annotation
in interface MessageDrivenBeanType<T>
annotation
public java.util.List<AnnotationType<MessageDrivenBeanType<T>>> getAnnotationList()
annotation
elements
getAnnotationList
in interface MessageDrivenBeanType<T>
annotation
public MessageDrivenBeanType<T> removeIgnoreDependency()
ignore-dependency
element
removeIgnoreDependency
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public IgnoreDependencyType<MessageDrivenBeanType<T>> ignoreDependency()
ignore-dependency
element will be created and returned.
Otherwise, the existing ignore-dependency
element will be returned.
ignoreDependency
in interface MessageDrivenBeanType<T>
ignore-dependency
public MessageDrivenBeanType<T> setAopDomainName(java.lang.String aopDomainName)
aop-domain-name
element with the given value will be created.
Otherwise, the existing aop-domain-name
element will be updated with the given value.
setAopDomainName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeAopDomainName()
aop-domain-name
element
removeAopDomainName
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.String getAopDomainName()
aop-domain-name
element
getAopDomainName
in interface MessageDrivenBeanType<T>
aop-domain-name
public MessageDrivenBeanType<T> removePoolConfig()
pool-config
element
removePoolConfig
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public PoolConfigType<MessageDrivenBeanType<T>> poolConfig()
pool-config
element will be created and returned.
Otherwise, the existing pool-config
element will be returned.
poolConfig
in interface MessageDrivenBeanType<T>
pool-config
public MessageDrivenBeanType<T> removeAllJndiRef()
jndi-ref
elements
removeAllJndiRef
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public JndiRefType<MessageDrivenBeanType<T>> jndiRef()
jndi-ref
element
jndiRef
in interface MessageDrivenBeanType<T>
jndi-ref
public java.util.List<JndiRefType<MessageDrivenBeanType<T>>> getJndiRefList()
jndi-ref
elements
getJndiRefList
in interface MessageDrivenBeanType<T>
jndi-ref
public MessageDrivenBeanType<T> setCreateDestination(java.lang.Boolean createDestination)
create-destination
element with the given value will be created.
Otherwise, the existing create-destination
element will be updated with the given value.
setCreateDestination
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public MessageDrivenBeanType<T> removeCreateDestination()
create-destination
element
removeCreateDestination
in interface MessageDrivenBeanType<T>
MessageDrivenBeanType
public java.lang.Boolean isCreateDestination()
create-destination
element
isCreateDestination
in interface MessageDrivenBeanType<T>
create-destination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |