org.jboss.injection
Class EJBContextPropertyInjector
java.lang.Object
org.jboss.injection.EJBContextPropertyInjector
- All Implemented Interfaces:
- Injector, PojoInjector
public class EJBContextPropertyInjector
- extends java.lang.Object
- implements Injector, PojoInjector
Injects an ejb context into an ejb.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBContextPropertyInjector
public EJBContextPropertyInjector(BeanProperty property)
inject
public void inject(BeanContext ctx)
- Specified by:
inject in interface Injector
inject
public void inject(BeanContext ctx,
java.lang.Object instance)
- Specified by:
inject in interface PojoInjector
inject
public void inject(java.lang.Object instance)
- Specified by:
inject in interface Injector
getInjectionClass
public java.lang.Class getInjectionClass()
- Specified by:
getInjectionClass in interface Injector