Uses of Interface
com.sun.enterprise.container.common.spi.JCDIService.JCDIInjectionContext
-
Packages that use JCDIService.JCDIInjectionContext Package Description com.sun.enterprise.container.common.spi -
-
Uses of JCDIService.JCDIInjectionContext in com.sun.enterprise.container.common.spi
Methods in com.sun.enterprise.container.common.spi that return JCDIService.JCDIInjectionContext Modifier and Type Method Description JCDIService.JCDIInjectionContextJCDIService. createEmptyJCDIInjectionContext()Create an empty JCDIInjectionContext.<T> JCDIService.JCDIInjectionContext<T>JCDIService. createJCDIInjectionContext(com.sun.enterprise.deployment.EjbDescriptor ejbDesc, Map<Class,Object> ejbInfo)Create an ejb via CDI.<T> JCDIService.JCDIInjectionContext<T>JCDIService. createJCDIInjectionContext(com.sun.enterprise.deployment.EjbDescriptor ejbDesc, T instance, Map<Class,Object> ejbInfo)<T> JCDIService.JCDIInjectionContext<T>JCDIService. createManagedObject(Class<T> managedClass, com.sun.enterprise.deployment.BundleDescriptor bundle)<T> JCDIService.JCDIInjectionContext<T>JCDIService. createManagedObject(Class<T> managedClass, com.sun.enterprise.deployment.BundleDescriptor bundle, boolean invokePostConstruct)Methods in com.sun.enterprise.container.common.spi that return types with arguments of type JCDIService.JCDIInjectionContext Modifier and Type Method Description Collection<JCDIService.JCDIInjectionContext>JCDIService.JCDIInjectionContext. getDependentContexts()Methods in com.sun.enterprise.container.common.spi with parameters of type JCDIService.JCDIInjectionContext Modifier and Type Method Description voidJCDIService.JCDIInjectionContext. addDependentContext(JCDIService.JCDIInjectionContext dependentContext)Add a dependent context to this context so that the dependent context can be cleaned up when this one is.<T> TJCDIService. createInterceptorInstance(Class<T> interceptorClass, com.sun.enterprise.deployment.EjbDescriptor ejbDesc, JCDIService.JCDIInjectionContext ejbContext, Set<com.sun.enterprise.deployment.EjbInterceptor> ejbInterceptors)Create an inteceptor instance for an ejb.<T> voidJCDIService. injectEJBInstance(JCDIService.JCDIInjectionContext<T> injectionCtx)
-