ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EjbLocalRefType

Packages that use EjbLocalRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return EjbLocalRefType
 EjbLocalRefType<ApplicationType<T>> ApplicationType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<ApplicationDescriptor> ApplicationDescriptor.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<ApplicationType<T>> ApplicationType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbLocalRefType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type EjbLocalRefType
 List<EjbLocalRefType<ApplicationType<T>>> ApplicationType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbLocalRefType<ApplicationDescriptor>> ApplicationDescriptor.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbLocalRefType
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<InterceptorType<T>> InterceptorType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<EntityBeanType<T>> EntityBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbLocalRefType<InterceptorType<T>> InterceptorType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbLocalRefType<EntityBeanType<T>> EntityBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbLocalRefType
 List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbLocalRefType<InterceptorType<T>>> InterceptorType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbLocalRefType<EntityBeanType<T>>> EntityBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefType.ejbLink(String ejbLink)
          Sets the ejb-link element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefName(String ejbRefName)
          Sets the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.ejbRefType(String ejbRefType)
          Sets the ejb-ref-type element
 EjbLocalRefType<T> EjbLocalRefType.local(String local)
          Sets the local element
 EjbLocalRefType<T> EjbLocalRefType.localHome(String localHome)
          Sets the local-home element
 EjbLocalRefType<T> EjbLocalRefType.lookupName(String lookupName)
          Sets the lookup-name element
 EjbLocalRefType<T> EjbLocalRefType.mappedName(String mappedName)
          Sets the mapped-name element
 EjbLocalRefType<T> EjbLocalRefType.removeAllDescription()
          Removes the description element
 EjbLocalRefType<T> EjbLocalRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbLocalRefType<T> EjbLocalRefType.removeEjbLink()
          Removes the ejb-link element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefType.removeEjbRefType()
          Removes the ejb-ref-type attribute
 EjbLocalRefType<T> EjbLocalRefType.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefType.removeLocalHome()
          Removes the local-home element
 EjbLocalRefType<T> EjbLocalRefType.removeLookupName()
          Removes the lookup-name element
 EjbLocalRefType<T> EjbLocalRefType.removeMappedName()
          Removes the mapped-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EjbLocalRefType
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<EjbLocalRefType<T>>> EjbLocalRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EjbLocalRefType
 EjbLocalRefType<WebAppDescriptor> WebAppDescriptor.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<WebAppDescriptor> WebAppDescriptor.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type EjbLocalRefType
 List<EjbLocalRefType<WebAppDescriptor>> WebAppDescriptor.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return EjbLocalRefType
 EjbLocalRefType<WebFragmentType<T>> WebFragmentType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<WebAppType<T>> WebAppType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<WebFragmentType<T>> WebFragmentType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbLocalRefType<WebAppType<T>> WebAppType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type EjbLocalRefType
 List<EjbLocalRefType<WebFragmentType<T>>> WebFragmentType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbLocalRefType<WebAppType<T>>> WebAppType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return EjbLocalRefType
 EjbLocalRefType<WebFragmentDescriptor> WebFragmentDescriptor.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbLocalRefType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type EjbLocalRefType
 List<EjbLocalRefType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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