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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return GenericBeanType
 GenericBeanType<T> GenericBeanType.aopDomainName(String aopDomainName)
          Sets the aop-domain-name element
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createEjb()
          Creates a new ejb element
 GenericBeanType<T> GenericBeanType.depends(String... values)
          Creates for all String objects representing depends elements, a new depends element
 GenericBeanType<T> GenericBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 GenericBeanType<T> GenericBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 GenericBeanType<T> GenericBeanType.ejbName(String ejbName)
          Sets the ejb-name element
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateEjb()
          If not already created, a new ejb element will be created and returned.
 GenericBeanType<T> GenericBeanType.homeJndiName(String homeJndiName)
          Sets the home-jndi-name element
 GenericBeanType<T> GenericBeanType.jndiBindingPolicy(String jndiBindingPolicy)
          Sets the jndi-binding-policy element
 GenericBeanType<T> GenericBeanType.jndiName(String jndiName)
          Sets the jndi-name element
 GenericBeanType<T> GenericBeanType.localHomeJndiName(String localHomeJndiName)
          Sets the local-home-jndi-name element
 GenericBeanType<T> GenericBeanType.localJndiName(String localJndiName)
          Sets the local-jndi-name element
 GenericBeanType<T> GenericBeanType.mappedName(String mappedName)
          Sets the mapped-name element
 GenericBeanType<T> GenericBeanType.removeAllAnnotation()
          Removes all annotation elements
 GenericBeanType<T> GenericBeanType.removeAllDepends()
          Removes the depends element
 GenericBeanType<T> GenericBeanType.removeAllDescription()
          Removes the description element
 GenericBeanType<T> GenericBeanType.removeAllDisplayName()
          Removes the display-name element
 GenericBeanType<T> GenericBeanType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 GenericBeanType<T> GenericBeanType.removeAllEjbRef()
          Removes all ejb-ref elements
 GenericBeanType<T> GenericBeanType.removeAllEnvEntry()
          Removes all env-entry elements
 GenericBeanType<T> GenericBeanType.removeAllIcon()
          Removes all icon elements
 GenericBeanType<T> GenericBeanType.removeAllJndiRef()
          Removes all jndi-ref elements
 GenericBeanType<T> GenericBeanType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 GenericBeanType<T> GenericBeanType.removeAllPostConstruct()
          Removes all post-construct elements
 GenericBeanType<T> GenericBeanType.removeAllPreDestroy()
          Removes all pre-destroy elements
 GenericBeanType<T> GenericBeanType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 GenericBeanType<T> GenericBeanType.removeAllResourceRef()
          Removes all resource-ref elements
 GenericBeanType<T> GenericBeanType.removeAllServiceRef()
          Removes all service-ref elements
 GenericBeanType<T> GenericBeanType.removeAopDomainName()
          Removes the aop-domain-name element
 GenericBeanType<T> GenericBeanType.removeEjbName()
          Removes the ejb-name element
 GenericBeanType<T> GenericBeanType.removeHomeJndiName()
          Removes the home-jndi-name element
 GenericBeanType<T> GenericBeanType.removeIgnoreDependency()
          Removes the ignore-dependency element
 GenericBeanType<T> GenericBeanType.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 GenericBeanType<T> GenericBeanType.removeJndiName()
          Removes the jndi-name element
 GenericBeanType<T> GenericBeanType.removeLocalHomeJndiName()
          Removes the local-home-jndi-name element
 GenericBeanType<T> GenericBeanType.removeLocalJndiName()
          Removes the local-jndi-name element
 GenericBeanType<T> GenericBeanType.removeMappedName()
          Removes the mapped-name element
 GenericBeanType<T> GenericBeanType.removeMethodAttributes()
          Removes the method-attributes element
 GenericBeanType<T> GenericBeanType.removePoolConfig()
          Removes the pool-config element
 GenericBeanType<T> GenericBeanType.removePortComponent()
          Removes the port-component element
 GenericBeanType<T> GenericBeanType.removeSecurityDomain()
          Removes the security-domain element
 GenericBeanType<T> GenericBeanType.removeSecurityIdentity()
          Removes the security-identity element
 GenericBeanType<T> GenericBeanType.securityDomain(String securityDomain)
          Sets the security-domain element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type GenericBeanType
 AnnotationType<GenericBeanType<T>> GenericBeanType.createAnnotation()
          Creates a new annotation element
 EjbLocalRefType<GenericBeanType<T>> GenericBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<GenericBeanType<T>> GenericBeanType.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<GenericBeanType<T>> GenericBeanType.createEnvEntry()
          Creates a new env-entry element
 IconType<GenericBeanType<T>> GenericBeanType.createIcon()
          Creates a new icon element
 JndiRefType<GenericBeanType<T>> GenericBeanType.createJndiRef()
          Creates a new jndi-ref element
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<GenericBeanType<T>> GenericBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.createPreDestroy()
          Creates a new pre-destroy element
 ResourceEnvRefType<GenericBeanType<T>> GenericBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<GenericBeanType<T>> GenericBeanType.createResourceRef()
          Creates a new resource-ref element
 ServiceRefType<GenericBeanType<T>> GenericBeanType.createServiceRef()
          Creates a new service-ref element
 List<AnnotationType<GenericBeanType<T>>> GenericBeanType.getAllAnnotation()
          Returns all annotation elements
 List<GenericBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllEjb()
          Returns all ejb elements
 List<EjbLocalRefType<GenericBeanType<T>>> GenericBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<GenericBeanType<T>>> GenericBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EnvEntryType<GenericBeanType<T>>> GenericBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<IconType<GenericBeanType<T>>> GenericBeanType.getAllIcon()
          Returns all icon elements
 List<JndiRefType<GenericBeanType<T>>> GenericBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<MessageDestinationRefType<GenericBeanType<T>>> GenericBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<PersistenceContextRefType<GenericBeanType<T>>> GenericBeanType.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<GenericBeanType<T>>> GenericBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<GenericBeanType<T>>> GenericBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<ResourceEnvRefType<GenericBeanType<T>>> GenericBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<GenericBeanType<T>>> GenericBeanType.getAllResourceRef()
          Returns all resource-ref elements
 List<ServiceRefType<GenericBeanType<T>>> GenericBeanType.getAllServiceRef()
          Returns all service-ref elements
 AnnotationType<GenericBeanType<T>> GenericBeanType.getOrCreateAnnotation()
          If not already created, a new annotation element will be created and returned.
 EjbLocalRefType<GenericBeanType<T>> GenericBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<GenericBeanType<T>> GenericBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EnvEntryType<GenericBeanType<T>> GenericBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 IconType<GenericBeanType<T>> GenericBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IgnoreDependencyType<GenericBeanType<T>> GenericBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 JndiRefType<GenericBeanType<T>> GenericBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 MessageDestinationRefType<GenericBeanType<T>> GenericBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MethodAttributesType<GenericBeanType<T>> GenericBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<GenericBeanType<T>> GenericBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PoolConfigType<GenericBeanType<T>> GenericBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PortComponentType<GenericBeanType<T>> GenericBeanType.getOrCreatePortComponent()
          If not already created, a new port-component element with the given value will be created.
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 ResourceEnvRefType<GenericBeanType<T>> GenericBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<GenericBeanType<T>> GenericBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityIdentityType<GenericBeanType<T>> GenericBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 ServiceRefType<GenericBeanType<T>> GenericBeanType.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.