org.apache.geronimo.j2ee.annotation
Class Injection

java.lang.Object
  extended by org.apache.geronimo.j2ee.annotation.Injection
All Implemented Interfaces:
Serializable

public class Injection
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Injection(String targetClassName, String targetName, String jndiName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getJndiName()
           
 String getTargetClassName()
           
 String getTargetName()
           
 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 targetClassName,
                 String targetName,
                 String jndiName)
Method Detail

getTargetClassName

public String getTargetClassName()

getTargetName

public String getTargetName()

getJndiName

public String getJndiName()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.