Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.MessageDrivenBeanType

Packages that use MessageDrivenBeanType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of MessageDrivenBeanType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessageDrivenBeanType
 MessageDrivenBeanType<T> MessageDrivenBeanType.aopDomainName(String aopDomainName)
          Sets the aop-domain-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.createDestination(Boolean createDestination)
          Sets the create-destination element
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createMessageDriven()
          Creates a new message-driven element
 MessageDrivenBeanType<T> MessageDrivenBeanType.depends(String... values)
          Creates for all String objects representing depends elements, a new depends element
 MessageDrivenBeanType<T> MessageDrivenBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDrivenBeanType<T> MessageDrivenBeanType.destinationJndiName(String destinationJndiName)
          Sets the destination-jndi-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.ejbName(String ejbName)
          Sets the ejb-name element
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateMessageDriven()
          If not already created, a new message-driven element will be created and returned.
 MessageDrivenBeanType<T> MessageDrivenBeanType.id(String id)
          Sets the id attribute
 MessageDrivenBeanType<T> MessageDrivenBeanType.mdbClientId(String mdbClientId)
          Sets the mdb-client-id element
 MessageDrivenBeanType<T> MessageDrivenBeanType.mdbPasswd(String mdbPasswd)
          Sets the mdb-passwd element
 MessageDrivenBeanType<T> MessageDrivenBeanType.mdbSubscriptionId(String mdbSubscriptionId)
          Sets the mdb-subscription-id element
 MessageDrivenBeanType<T> MessageDrivenBeanType.mdbUser(String mdbUser)
          Sets the mdb-user 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.removeId()
          Removes the id attribute
 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.resourceAdapterName(String resourceAdapterName)
          Sets the resource-adapter-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.securityDomain(String securityDomain)
          Sets the security-domain element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessageDrivenBeanType
 AnnotationType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createAnnotation()
          Creates a new annotation element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbRef()
          Creates a new ejb-ref element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createIcon()
          Creates a new icon element
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createJndiRef()
          Creates a new jndi-ref element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createResourceRef()
          Creates a new resource-ref element
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createServiceRef()
          Creates a new service-ref element
 List<AnnotationType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllAnnotation()
          Returns all annotation elements
 List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllIcon()
          Returns all icon elements
 List<JndiRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<MessageDestinationRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<MessageDrivenBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllMessageDriven()
          Returns all message-driven elements
 List<ResourceEnvRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllResourceRef()
          Returns all resource-ref elements
 List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllServiceRef()
          Returns all service-ref elements
 ActivationConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateActivationConfig()
          If not already created, a new activation-config element with the given value will be created.
 AnnotationType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateAnnotation()
          If not already created, a new annotation element will be created and returned.
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element with the given value will be created.
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IgnoreDependencyType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MethodAttributesType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 PoolConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.