org.apache.openejb.client
Class Injection

java.lang.Object
  extended by org.apache.openejb.client.Injection
All Implemented Interfaces:
Serializable

public class Injection
extends Object
implements Serializable

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
Injection(String targetClass, String name, String jndiName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getJndiName()
           
 String getName()
           
 String getTargetClass()
           
 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 targetClass,
                 String name,
                 String jndiName)
Method Detail

getJndiName

public String getJndiName()

getName

public String getName()

getTargetClass

public String getTargetClass()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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