org.jboss.injection
Class EJBContextMethodInjector

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

Deprecated. use EJBContextPropertyInjector

public class EJBContextMethodInjector
extends Object
implements Injector, PojoInjector

Comment

Version:
$Revision: 61136 $
Author:
Bill Burke

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

Constructor Detail

EJBContextMethodInjector

public EJBContextMethodInjector(Method setMethod)
Deprecated. 
Method Detail

inject

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

inject

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

inject

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

getInjectionClass

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


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