|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.ejb.common.util.CdiDefaultEjbInjector
public class CdiDefaultEjbInjector
| Constructor Summary | |
|---|---|
CdiDefaultEjbInjector()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
injectDependenciesOfEjbInstance(Object ejbInstance,
Object mapKey)
Inject dependencies of given ejb instance. |
void |
injectDependenciesOfEjbInterceptor(Object ejbInstance,
Object interceptorInstance,
Object mapKey)
Inject dependencies of given interceptor instance. |
void |
releaseNonContextualDependents(Object mapKey)
Release context for noncontextual ejb instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CdiDefaultEjbInjector()
| Method Detail |
|---|
public void injectDependenciesOfEjbInstance(Object ejbInstance,
Object mapKey)
throws Exception
ejbInstance - ejb instance
Exception - if any exception occurs
public void injectDependenciesOfEjbInterceptor(Object ejbInstance,
Object interceptorInstance,
Object mapKey)
throws Exception
ejbInstance - ejb instanceinterceptorInstance - interceptor instance
Exception - if any exception occurs
public void releaseNonContextualDependents(Object mapKey)
throws Exception
destroyInstance - ejb instance
under destroy
Exception - if any exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||