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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return EnterpriseBeansType
 EnterpriseBeansType<JbossType<T>> JbossType.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 EnterpriseBeansType<JbossDescriptor> JbossDescriptor.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 EnterpriseBeansType<T> EnterpriseBeansType.id(String id)
          Sets the id attribute
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllConsumer()
          Removes all consumer elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllEjb()
          Removes all ejb elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllMessageDriven()
          Removes all message-driven elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllService()
          Removes all service elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeAllSession()
          Removes all session elements
 EnterpriseBeansType<T> EnterpriseBeansType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type EnterpriseBeansType
 ConsumerBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createConsumer()
          Creates a new consumer element
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createEjb()
          Creates a new ejb element
 MessageDrivenBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createMessageDriven()
          Creates a new message-driven element
 ServiceBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createService()
          Creates a new service element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createSession()
          Creates a new session element
 List<ConsumerBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllConsumer()
          Returns all consumer elements
 List<GenericBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllEjb()
          Returns all ejb elements
 List<MessageDrivenBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllMessageDriven()
          Returns all message-driven elements
 List<ServiceBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllService()
          Returns all service elements
 List<SessionBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllSession()
          Returns all session elements
 ConsumerBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateConsumer()
          If not already created, a new consumer element will be created and returned.
 GenericBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateEjb()
          If not already created, a new ejb 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.
 ServiceBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateService()
          If not already created, a new service element will be created and returned.
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateSession()
          If not already created, a new session element will be created and returned.
 



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