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

Packages that use EjbLocalRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return EjbLocalRefType
 EjbLocalRefType<GenericBeanType<T>> GenericBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<ServiceBeanType<T>> ServiceBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<ConsumerBeanType<T>> ConsumerBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type EjbLocalRefType
 java.util.List<EjbLocalRefType<GenericBeanType<T>>> GenericBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<ServiceBeanType<T>>> ServiceBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> ConsumerBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefType.ignoreDependency()
           
 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.removeJndiName()
          Removes the jndi-name element
 EjbLocalRefType<T> EjbLocalRefType.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefType.removeLocalHome()
          Removes the local-home element
 EjbLocalRefType<T> EjbLocalRefType.removeLocalJndiName()
          Removes the local-jndi-name element
 EjbLocalRefType<T> EjbLocalRefType.removeMappedName()
          Removes the mapped-name element
 EjbLocalRefType<T> EjbLocalRefType.setDescription(java.lang.String description)
          Creates a new description element
 EjbLocalRefType<T> EjbLocalRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefType.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setLocalJndiName(java.lang.String localJndiName)
          If not already created, a new local-jndi-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type EjbLocalRefType
 java.util.List<InjectionTargetType<EjbLocalRefType<T>>> EjbLocalRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefType.injectionTarget()
          Returns the injection-target element
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return EjbLocalRefType
 EjbLocalRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<SessionBeanType<T>> SessionBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<GenericBeanType<T>> GenericBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbLocalRefType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type EjbLocalRefType
 java.util.List<EjbLocalRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 

Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement EjbLocalRefType
 class EjbLocalRefTypeImpl<T>
          This class implements the ejb-local-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return EjbLocalRefType
 EjbLocalRefType<T> EjbLocalRefTypeImpl.ignoreDependency()
           
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeAllDescription()
          Removes the description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeEjbLink()
          Removes the ejb-link element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeEjbRefName()
          Removes the ejb-ref-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeLocal()
          Removes the local element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeLocalHome()
          Removes the local-home element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeLocalJndiName()
          Removes the local-jndi-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbLink(java.lang.String ejbLink)
          If not already created, a new ejb-link element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefName(java.lang.String ejbRefName)
          If not already created, a new ejb-ref-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(EjbRefTypeType ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setEjbRefType(java.lang.String ejbRefType)
          If not already created, a new ejb-ref-type element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setLocalJndiName(java.lang.String localJndiName)
          If not already created, a new local-jndi-name element with the given value will be created.
 EjbLocalRefType<T> EjbLocalRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type EjbLocalRefType
 java.util.List<InjectionTargetType<EjbLocalRefType<T>>> EjbLocalRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<EjbLocalRefType<T>> EjbLocalRefTypeImpl.injectionTarget()
          Returns the injection-target element