ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MessageDrivenBeanType
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createMessageDriven()
          Creates a new message-driven element
 MessageDrivenBeanType<T> MessageDrivenBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDrivenBeanType<T> MessageDrivenBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.ejbClass(String ejbClass)
          Sets the ejb-class 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.mappedName(String mappedName)
          Sets the mapped-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.messageDestinationLink(String messageDestinationLink)
          Sets the message-destination-link element
 MessageDrivenBeanType<T> MessageDrivenBeanType.messageDestinationType(String messageDestinationType)
          Sets the message-destination-type element
 MessageDrivenBeanType<T> MessageDrivenBeanType.messagingType(String messagingType)
          Sets the messaging-type element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeActivationConfig()
          Removes the activation-config element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllAroundInvoke()
          Removes all around-invoke elements
 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.removeAllEnvEntry()
          Removes all env-entry elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllIcon()
          Removes all icon elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllPostConstruct()
          Removes all post-construct elements
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeAllPreDestroy()
          Removes all pre-destroy 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.removeEjbClass()
          Removes the ejb-class element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeEjbName()
          Removes the ejb-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeMappedName()
          Removes the mapped-name element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeMessageDestinationLink()
          Removes the message-destination-link element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeMessageDestinationType()
          Removes the message-destination-type element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeMessagingType()
          Removes the messaging-type element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeSecurityIdentity()
          Removes the security-identity element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeTimeoutMethod()
          Removes the timeout-method element
 MessageDrivenBeanType<T> MessageDrivenBeanType.removeTransactionType()
          Removes the transaction-type attribute
 MessageDrivenBeanType<T> MessageDrivenBeanType.transactionType(String transactionType)
          Sets the transaction-type element
 MessageDrivenBeanType<T> MessageDrivenBeanType.transactionType(TransactionTypeType transactionType)
          Sets the transaction-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type MessageDrivenBeanType
 AroundInvokeType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createAroundInvoke()
          Creates a new around-invoke element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEnvEntry()
          Creates a new env-entry element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createIcon()
          Creates a new icon element
 MessageDestinationRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPreDestroy()
          Creates a new pre-destroy 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<AroundInvokeType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllAroundInvoke()
          Returns all around-invoke 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<EnvEntryType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllIcon()
          Returns all icon 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<PersistenceContextRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPreDestroy()
          Returns all pre-destroy 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.
 AroundInvokeType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateAroundInvoke()
          If not already created, a new around-invoke 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.
 EnvEntryType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateIcon()
          If not already created, a new icon 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.
 PersistenceContextRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 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.
 NamedMethodType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateTimeoutMethod()
          If not already created, a new timeout-method element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.