org.apache.openejb
Class Injection

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

public class Injection
extends Object

Version:
$Rev: 1172560 $ $Date: 2011-09-19 10:32:35 +0000 (Mon, 19 Sep 2011) $

Constructor Summary
Injection(String jndiName, String name, Class target)
           
 
Method Summary
 boolean equals(Object o)
           
 String getJndiName()
           
 String getName()
           
 Class getTarget()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.