Uses of Interface
org.jboss.webbeans.resources.spi.NamingContext

Packages that use NamingContext
org.jboss.webbeans.ejb.spi   
org.jboss.webbeans.resources.spi   
 

Uses of NamingContext in org.jboss.webbeans.ejb.spi
 

Methods in org.jboss.webbeans.ejb.spi with parameters of type NamingContext
 java.lang.Object ForwardingEjbResolver.resolveEjb(InjectionPoint injectionPoint, NamingContext namingContext)
           
 java.lang.Object EjbResolver.resolveEjb(InjectionPoint injectionPoint, NamingContext namingContext)
          Resolve the value for the given @EJB injection point
 java.lang.Object ForwardingEjbResolver.resolvePersistenceContext(InjectionPoint injectionPoint, NamingContext namingContext)
           
 java.lang.Object EjbResolver.resolvePersistenceContext(InjectionPoint injectionPoint, NamingContext namingContext)
          Resolve the value for the given @PersistenceContext injection point
 java.lang.Object ForwardingEjbResolver.resolveResource(InjectionPoint injectionPoint, NamingContext namingContext)
           
 java.lang.Object EjbResolver.resolveResource(InjectionPoint injectionPoint, NamingContext namingContext)
          Resolve the value for the given @Resource injection point
 

Uses of NamingContext in org.jboss.webbeans.resources.spi
 

Classes in org.jboss.webbeans.resources.spi that implement NamingContext
 class ForwardingNamingContext
          An implementation of NamingContext which forwards all its method calls to another NamingContext}.
 

Methods in org.jboss.webbeans.resources.spi that return NamingContext
protected abstract  NamingContext ForwardingNamingContext.delegate()
           
 



Copyright © 2008-2009. All Rights Reserved.