org.jboss.injection
Class EJBContextPropertyInjector

java.lang.Object
  extended by org.jboss.injection.EJBContextPropertyInjector
All Implemented Interfaces:
Injector, PojoInjector

public class EJBContextPropertyInjector
extends Object
implements Injector, PojoInjector

Injects an ejb context into an ejb.

Version:
$Revision: 1.1 $
Author:
Bill Burke, Carlo de Wolf

Constructor Summary
EJBContextPropertyInjector(BeanProperty property)
           
 
Method Summary
 Class getInjectionClass()
           
 void inject(BeanContext ctx)
           
 void inject(BeanContext ctx, Object instance)
           
 void inject(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBContextPropertyInjector

public EJBContextPropertyInjector(BeanProperty property)
Method Detail

inject

public void inject(BeanContext ctx)
Specified by:
inject in interface Injector

inject

public void inject(BeanContext ctx,
                   Object instance)
Specified by:
inject in interface PojoInjector

inject

public void inject(Object instance)
Specified by:
inject in interface Injector

getInjectionClass

public Class getInjectionClass()
Specified by:
getInjectionClass in interface Injector


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.