org.jboss.injection
Class DependsMethodInjector

java.lang.Object
  extended by org.jboss.injection.DependsMethodInjector
All Implemented Interfaces:
Injector

public class DependsMethodInjector
extends Object
implements Injector

Version:
$Revision: 80166 $
Author:
Kabir Khan, Galder Zamarreno

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

Constructor Detail

DependsMethodInjector

public DependsMethodInjector(Method method,
                             ObjectName on)
Method Detail

inject

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

inject

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

getInjectionClass

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


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