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
 String getJndiName()
           
 String getTargetClassName()
           
 String getTargetName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.