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

Packages that use EjbLocalRefType
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.id(String id)
          Sets the id attribute
 EjbLocalRefType<T> EjbLocalRefType.ignoreDependency()
          Sets the ignore-dependency element
 EjbLocalRefType<T> EjbLocalRefType.jndiName(String jndiName)
          Sets the jndi-name 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.localJndiName(String localJndiName)
          Sets the local-jndi-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.removeId()
          Removes the id attribute
 EjbLocalRefType<T> EjbLocalRefType.removeIgnoreDependency()
          Removes the ignore-dependency 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.jbossweb60
 

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

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



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