ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EnterpriseBeansType
 EnterpriseBeansType<EjbJarType<T>> EjbJarType.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 EnterpriseBeansType<EjbJarDescriptor> EjbJarDescriptor.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllEntity()
          Removes all entity elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllMessageDriven()
          Removes all message-driven elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllSession()
          Removes all session elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EnterpriseBeansType
 EntityBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createEntity()
          Creates a new entity element
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createMessageDriven()
          Creates a new message-driven element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createSession()
          Creates a new session element
 List<EntityBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllEntity()
          Returns all entity elements
 List<MessageDrivenBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllMessageDriven()
          Returns all message-driven elements
 List<SessionBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllSession()
          Returns all session elements
 EntityBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateEntity()
          If not already created, a new entity element will be created and returned.
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateMessageDriven()
          If not already created, a new message-driven element will be created and returned.
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateSession()
          If not already created, a new session element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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