|
||||||||||
| 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(java.lang.Object ejbInstance,
java.lang.Object mapKey)
Inject dependencies of given ejb instance. |
void |
injectDependenciesOfEjbInterceptor(java.lang.Object ejbInstance,
java.lang.Object interceptorInstance,
java.lang.Object mapKey)
Inject dependencies of given interceptor instance. |
void |
releaseNonContextualDependents(java.lang.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(java.lang.Object ejbInstance,
java.lang.Object mapKey)
throws java.lang.Exception
ejbInstance - ejb instance
java.lang.Exception - if any exception occurs
public void injectDependenciesOfEjbInterceptor(java.lang.Object ejbInstance,
java.lang.Object interceptorInstance,
java.lang.Object mapKey)
throws java.lang.Exception
ejbInstance - ejb instanceinterceptorInstance - interceptor instance
java.lang.Exception - if any exception occurs
public void releaseNonContextualDependents(java.lang.Object mapKey)
throws java.lang.Exception
destroyInstance - ejb instance
under destroy
java.lang.Exception - if any exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||