| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| com.sun.enterprise.container.common.spi | |
| org.glassfish.appclient.client.acc | |
| org.glassfish.weld.services |
| Modifier and Type | Field and Description |
|---|---|
protected JCDIService.JCDIInjectionContext |
EJBContextImpl.jcdiInjectionContext |
| Modifier and Type | Method and Description |
|---|---|
protected JCDIService.JCDIInjectionContext<?> |
BaseContainer._createJCDIInjectionContext(EJBContextImpl ctx,
Object instance) |
protected JCDIService.JCDIInjectionContext<?> |
BaseContainer._createJCDIInjectionContext(EJBContextImpl ejbContext,
Object instance,
JCDIService.JCDIInjectionContext<?> cdiInjectionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected JCDIService.JCDIInjectionContext<?> |
BaseContainer._createJCDIInjectionContext(EJBContextImpl ejbContext,
Object instance,
JCDIService.JCDIInjectionContext<?> cdiInjectionContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createEmptyJCDIInjectionContext()
Create an empty JCDIInjectionContext.
|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createJCDIInjectionContext(EjbDescriptor ejbDesc,
Map<Class<?>,Object> ejbInfo)
Create an ejb via CDI.
|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createJCDIInjectionContext(EjbDescriptor ejbDesc,
T instance,
Map<Class<?>,Object> ejbInfo) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIService.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JCDIService.JCDIInjectionContext<T>> |
JCDIService.JCDIInjectionContext.getDependentContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCDIService.JCDIInjectionContext.addDependentContext(JCDIService.JCDIInjectionContext<T> dependentContext)
Add a dependent context to this context so that the dependent
context can be cleaned up when this one is.
|
<T> T |
JCDIService.createInterceptorInstance(Class<T> interceptorClass,
EjbDescriptor ejbDesc,
JCDIService.JCDIInjectionContext<T> ejbContext,
Set<EjbInterceptor> ejbInterceptors)
Create an interceptor instance for an ejb.
|
<T> void |
JCDIService.injectEJBInstance(JCDIService.JCDIInjectionContext<T> injectionCtx) |
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createEmptyJCDIInjectionContext() |
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createJCDIInjectionContext(EjbDescriptor ejbDesc,
Map<Class<?>,Object> ejbInfo) |
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createJCDIInjectionContext(EjbDescriptor ejbDesc,
T instance,
Map<Class<?>,Object> ejbInfo) |
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
ACCJCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ACCJCDIServiceImpl.createInterceptorInstance(Class<T> interceptorClass,
EjbDescriptor ejbDesc,
JCDIService.JCDIInjectionContext<T> ejbContext,
Set<EjbInterceptor> ejbInterceptors) |
<T> void |
ACCJCDIServiceImpl.injectEJBInstance(JCDIService.JCDIInjectionContext<T> injectionCtx) |
| Modifier and Type | Method and Description |
|---|---|
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createEmptyJCDIInjectionContext() |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createJCDIInjectionContext(EjbDescriptor ejbDesc,
Map<Class<?>,Object> ejbInfo) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createJCDIInjectionContext(EjbDescriptor ejbDesc,
T instance,
Map<Class<?>,Object> ejbInfo) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle) |
<T> JCDIService.JCDIInjectionContext<T> |
JCDIServiceImpl.createManagedObject(Class<T> managedClass,
BundleDescriptor bundle,
boolean invokePostConstruct) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JCDIServiceImpl.createInterceptorInstance(Class<T> interceptorClass,
EjbDescriptor ejb,
JCDIService.JCDIInjectionContext<T> ejbContext,
Set<EjbInterceptor> ejbInterceptors) |
<T> void |
JCDIServiceImpl.injectEJBInstance(JCDIService.JCDIInjectionContext<T> injectionCtx) |
Copyright © 2019. All rights reserved.