org.jboss.injection
Class DependsMethodInjector

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

public class DependsMethodInjector
extends java.lang.Object
implements Injector


Constructor Summary
DependsMethodInjector(java.lang.reflect.Method method, javax.management.ObjectName on)
           
 
Method Summary
 java.lang.Class getInjectionClass()
           
 void inject(BeanContext ctx)
           
 void inject(java.lang.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(java.lang.reflect.Method method,
                             javax.management.ObjectName on)
Method Detail

inject

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

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