|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.InjectionPointHandler
com.caucho.config.j2ee.JavaeeInjectionHandler
com.caucho.config.j2ee.EjbHandler
public class EjbHandler
Handles the @EJB annotation for JavaEE
Constructor Summary | |
---|---|
EjbHandler(InjectManager manager)
|
Method Summary | |
---|---|
protected ValueGenerator |
bindGenerator(java.lang.String location,
EJB ejb,
java.lang.Class<?> bindType)
|
ConfigProgram |
introspectField(AnnotatedField<?> field)
|
ConfigProgram |
introspectMethod(AnnotatedMethod<?> method)
|
ConfigProgram |
introspectType(AnnotatedType<?> type)
|
Methods inherited from class com.caucho.config.j2ee.JavaeeInjectionHandler |
---|
bind, bind, bindJndi, bindJndi, bindJndi, getLocation, getLocation, getManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EjbHandler(InjectManager manager)
Method Detail |
---|
public ConfigProgram introspectField(AnnotatedField<?> field)
introspectField
in class InjectionPointHandler
public ConfigProgram introspectMethod(AnnotatedMethod<?> method)
introspectMethod
in class InjectionPointHandler
public ConfigProgram introspectType(AnnotatedType<?> type)
introspectType
in class InjectionPointHandler
protected ValueGenerator bindGenerator(java.lang.String location, EJB ejb, java.lang.Class<?> bindType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |