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

Packages that use NamingContext
org.jboss.webbeans.bootstrap.api   
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.ejb.spi   
org.jboss.webbeans.ejb.spi.helpers   
org.jboss.webbeans.resources.spi.helpers   
 

Uses of NamingContext in org.jboss.webbeans.bootstrap.api
 

Methods in org.jboss.webbeans.bootstrap.api with parameters of type NamingContext
 void Bootstrap.setNamingContext(NamingContext namingContext)
          Set the NamingContext to use.
 

Uses of NamingContext in org.jboss.webbeans.bootstrap.api.helpers
 

Methods in org.jboss.webbeans.bootstrap.api.helpers that return NamingContext
 NamingContext AbstractBootstrap.getNamingContext()
           
 

Methods in org.jboss.webbeans.bootstrap.api.helpers with parameters of type NamingContext
 void ForwardingBootstrap.setNamingContext(NamingContext namingContext)
           
 void AbstractBootstrap.setNamingContext(NamingContext namingContext)
           
 

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

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

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

Methods in org.jboss.webbeans.ejb.spi.helpers with parameters of type NamingContext
 java.lang.Object ForwardingEjbResolver.resolveEjb(javax.inject.manager.InjectionPoint injectionPoint, NamingContext namingContext)
           
 java.lang.Object ForwardingEjbResolver.resolvePersistenceContext(javax.inject.manager.InjectionPoint injectionPoint, NamingContext namingContext)
           
 java.lang.Object ForwardingEjbResolver.resolveResource(javax.inject.manager.InjectionPoint injectionPoint, NamingContext namingContext)
           
 

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

Classes in org.jboss.webbeans.resources.spi.helpers that implement NamingContext
 class AbstractNamingContext
          Provides common functionality required by a NamingContext
 class ForwardingNamingContext
          An implementation of NamingContext which forwards all its method calls to another NamingContext}.
 

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



Copyright © 2008-2009. All Rights Reserved.