|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageDrivenBeanType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of MessageDrivenBeanType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessageDrivenBeanType | |
---|---|
MessageDrivenBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.messageDriven()
Returns the message-driven element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeActivationConfig()
Removes the activation-config element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllAnnotation()
Removes all annotation elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllDepends()
Removes the depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllDescription()
Removes the description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllDisplayName()
Removes the display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllEjbRef()
Removes all ejb-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllIcon()
Removes all icon elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllJndiRef()
Removes all jndi-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllResourceRef()
Removes all resource-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAllServiceRef()
Removes all service-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeAopDomainName()
Removes the aop-domain-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeCreateDestination()
Removes the create-destination element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeDestinationJndiName()
Removes the destination-jndi-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeEjbName()
Removes the ejb-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeIgnoreDependency()
Removes the ignore-dependency element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeMdbClientId()
Removes the mdb-client-id element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeMdbPasswd()
Removes the mdb-passwd element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeMdbSubscriptionId()
Removes the mdb-subscription-id element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeMdbUser()
Removes the mdb-user element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeMethodAttributes()
Removes the method-attributes element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removePoolConfig()
Removes the pool-config element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeResourceAdapterName()
Removes the resource-adapter-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeSecurityDomain()
Removes the security-domain element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.removeSecurityIdentity()
Removes the security-identity element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setCreateDestination(java.lang.Boolean createDestination)
If not already created, a new create-destination element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDepends(java.lang.String depends)
Creates a new depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDescription(java.lang.String description)
Creates a new description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDestinationJndiName(java.lang.String destinationJndiName)
If not already created, a new destination-jndi-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setMdbClientId(java.lang.String mdbClientId)
If not already created, a new mdb-client-id element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setMdbPasswd(java.lang.String mdbPasswd)
If not already created, a new mdb-passwd element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setMdbSubscriptionId(java.lang.String mdbSubscriptionId)
If not already created, a new mdb-subscription-id element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setMdbUser(java.lang.String mdbUser)
If not already created, a new mdb-user element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setResourceAdapterName(java.lang.String resourceAdapterName)
If not already created, a new resource-adapter-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessageDrivenBeanType | |
---|---|
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.activationConfig()
If not already created, a new activation-config element will be created and returned. |
AnnotationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.annotation()
Returns the annotation element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
java.util.List<AnnotationType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAnnotationList()
Returns all annotation elements |
java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<IconType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDrivenBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getMessageDrivenList()
Returns all message-driven elements |
java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getServiceRefList()
Returns all service-ref elements |
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.icon()
Returns the icon element |
IgnoreDependencyType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.jndiRef()
Returns the jndi-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.serviceRef()
Returns the service-ref element |
Uses of MessageDrivenBeanType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MessageDrivenBeanType | |
---|---|
MessageDrivenBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansTypeImpl.messageDriven()
Returns the message-driven element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeActivationConfig()
Removes the activation-config element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllAnnotation()
Removes all annotation elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllDepends()
Removes the depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllDescription()
Removes the description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllDisplayName()
Removes the display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllIcon()
Removes all icon elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllJndiRef()
Removes all jndi-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAllServiceRef()
Removes all service-ref elements |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeAopDomainName()
Removes the aop-domain-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeCreateDestination()
Removes the create-destination element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeDestinationJndiName()
Removes the destination-jndi-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeEjbName()
Removes the ejb-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeIgnoreDependency()
Removes the ignore-dependency element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeMdbClientId()
Removes the mdb-client-id element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeMdbPasswd()
Removes the mdb-passwd element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeMdbSubscriptionId()
Removes the mdb-subscription-id element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeMdbUser()
Removes the mdb-user element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeMethodAttributes()
Removes the method-attributes element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removePoolConfig()
Removes the pool-config element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeResourceAdapterName()
Removes the resource-adapter-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeSecurityDomain()
Removes the security-domain element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.removeSecurityIdentity()
Removes the security-identity element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setCreateDestination(java.lang.Boolean createDestination)
If not already created, a new create-destination element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDepends(java.lang.String depends)
Creates a new depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDestinationJndiName(java.lang.String destinationJndiName)
If not already created, a new destination-jndi-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setMdbClientId(java.lang.String mdbClientId)
If not already created, a new mdb-client-id element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setMdbPasswd(java.lang.String mdbPasswd)
If not already created, a new mdb-passwd element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setMdbSubscriptionId(java.lang.String mdbSubscriptionId)
If not already created, a new mdb-subscription-id element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setMdbUser(java.lang.String mdbUser)
If not already created, a new mdb-user element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setResourceAdapterName(java.lang.String resourceAdapterName)
If not already created, a new resource-adapter-name element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type MessageDrivenBeanType | |
---|---|
ActivationConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.activationConfig()
If not already created, a new activation-config element will be created and returned. |
AnnotationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.annotation()
Returns the annotation element |
EjbLocalRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ejbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element will be created and returned. |
java.util.List<AnnotationType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getAnnotationList()
Returns all annotation elements |
java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<IconType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDrivenBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansTypeImpl.getMessageDrivenList()
Returns all message-driven elements |
java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getServiceRefList()
Returns all service-ref elements |
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.icon()
Returns the icon element |
IgnoreDependencyType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.jndiRef()
Returns the jndi-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MethodAttributesType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ServiceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.serviceRef()
Returns the service-ref element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |