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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return JndiRefType
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanType.createJndiRef()
          Creates a new jndi-ref element
 JndiRefType<ServiceBeanType<T>> ServiceBeanType.createJndiRef()
          Creates a new jndi-ref element
 JndiRefType<SessionBeanType<T>> SessionBeanType.createJndiRef()
          Creates a new jndi-ref element
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createJndiRef()
          Creates a new jndi-ref element
 JndiRefType<GenericBeanType<T>> GenericBeanType.createJndiRef()
          Creates a new jndi-ref element
 JndiRefType<T> JndiRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 JndiRefType<ServiceBeanType<T>> ServiceBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 JndiRefType<SessionBeanType<T>> SessionBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 JndiRefType<GenericBeanType<T>> GenericBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 JndiRefType<T> JndiRefType.id(String id)
          Sets the id attribute
 JndiRefType<T> JndiRefType.ignoreDependency()
          Sets the ignore-dependency element
 JndiRefType<T> JndiRefType.jndiName(String jndiName)
          Sets the jndi-name element
 JndiRefType<T> JndiRefType.jndiRefName(String jndiRefName)
          Sets the jndi-ref-name element
 JndiRefType<T> JndiRefType.mappedName(String mappedName)
          Sets the mapped-name element
 JndiRefType<T> JndiRefType.removeAllDescription()
          Removes the description element
 JndiRefType<T> JndiRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 JndiRefType<T> JndiRefType.removeId()
          Removes the id attribute
 JndiRefType<T> JndiRefType.removeIgnoreDependency()
          Removes the ignore-dependency element
 JndiRefType<T> JndiRefType.removeJndiName()
          Removes the jndi-name element
 JndiRefType<T> JndiRefType.removeJndiRefName()
          Removes the jndi-ref-name element
 JndiRefType<T> JndiRefType.removeMappedName()
          Removes the mapped-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type JndiRefType
 InjectionTargetType<JndiRefType<T>> JndiRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<JndiRefType<T>>> JndiRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<JndiRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<JndiRefType<ServiceBeanType<T>>> ServiceBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<JndiRefType<SessionBeanType<T>>> SessionBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<JndiRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<JndiRefType<GenericBeanType<T>>> GenericBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 InjectionTargetType<JndiRefType<T>> JndiRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 



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