org.apache.openejb
Class Injection

java.lang.Object
  extended by org.apache.openejb.Injection

public class Injection
extends Object

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
Injection(String jndiName, String name, Class target)
           
 
Method Summary
 String getJndiName()
           
 String getName()
           
 Class getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Injection

public Injection(String jndiName,
                 String name,
                 Class target)
Method Detail

getJndiName

public String getJndiName()

getName

public String getName()

getTarget

public Class getTarget()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.