Uses of Interface
javax.enterprise.context.spi.Context

Packages that use Context
com.caucho.config.extension   
com.caucho.config.inject   
com.caucho.config.scope   
com.caucho.inject   
com.caucho.server.webbeans   
javax.enterprise.inject.spi Java Dependency Injection programmatic APIs. 
 

Uses of Context in com.caucho.config.extension
 

Methods in com.caucho.config.extension with parameters of type Context
 void AfterBeanDiscoveryImpl.addContext(Context context)
           
 

Uses of Context in com.caucho.config.inject
 

Methods in com.caucho.config.inject that return Context
 Context InjectManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
          Returns the scope context for the given type
 Context InjectManager.getContextImpl(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
          Required for TCK.
 

Methods in com.caucho.config.inject with parameters of type Context
 void InjectManager.addContext(Context context)
          Adds a new scope context
 void InjectManager.replaceContext(Context context)
           
 

Uses of Context in com.caucho.config.scope
 

Classes in com.caucho.config.scope that implement Context
 class AbstractScopeContext
          Context for a named EL bean scope
 class ApplicationContext
          The application scope value
 class DependentContext
          The dependent context.
 class ErrorContext
          Context to wrap errors.
 class SingletonScope
          The application scope value
 

Methods in com.caucho.config.scope that return Context
 Context ErrorContext.getContext()
           
 

Constructors in com.caucho.config.scope with parameters of type Context
ErrorContext(java.lang.RuntimeException exn, Context context)
           
 

Uses of Context in com.caucho.inject
 

Classes in com.caucho.inject that implement Context
 class RequestContext
          Scope based on the current transaction.
 

Methods in com.caucho.inject that return Context
static Context ThreadContext.getContext()
           
 

Uses of Context in com.caucho.server.webbeans
 

Classes in com.caucho.server.webbeans that implement Context
 class ConversationContext
          The conversation scope value
 class SessionScopeImpl
          The session scope value
 class TransactionScope
          Scope based on the current transaction.
 

Uses of Context in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return Context
 Context BeanManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
          Returns the scope context for the given type
 

Methods in javax.enterprise.inject.spi with parameters of type Context
 void AfterBeanDiscovery.addContext(Context context)
          Registers a context with the BeanManager