org.jboss.injection
Class JndiMethodInjector

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

Deprecated. use JndiPropertyInjector

public class JndiMethodInjector
extends JndiPropertyInjector

Comment

Version:
$Revision: 73107 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.injection.AbstractPropertyInjector
property
 
Constructor Summary
JndiMethodInjector(Method setMethod, String jndiName, Context ctx)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jboss.injection.JndiPropertyInjector
getInjectionClass, inject, inject, inject, lookup
 
Methods inherited from class org.jboss.injection.AbstractPropertyInjector
getAccessibleObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiMethodInjector

public JndiMethodInjector(Method setMethod,
                          String jndiName,
                          Context ctx)
Deprecated. 


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