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

Packages that use Context
javax.enterprise.inject.spi The portable extension integration SPI. 
 

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)
          Obtains an active context object for the given scope .
 

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



Copyright © 2008-2011 JBoss by Red Hat, Inc.. All Rights Reserved.