Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.implementation.java
Class ConstructorDefinition<T>

java.lang.Object
  extended by org.apache.tuscany.spi.implementation.java.ConstructorDefinition<T>

public class ConstructorDefinition<T>
extends Object

Hold injection information for the constructor used to instantiate a component implementation instance

Version:
$Rev: 434281 $ $Date: 2006-08-23 18:43:12 -0700 (Wed, 23 Aug 2006) $

Constructor Summary
ConstructorDefinition(Constructor<T> constructor)
           
 
Method Summary
 Constructor<T> getConstructor()
           
 List<String> getInjectionNames()
           
 void setInjectionNames(List<String> injectionNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorDefinition

public ConstructorDefinition(Constructor<T> constructor)
Method Detail

getConstructor

public Constructor<T> getConstructor()

getInjectionNames

public List<String> getInjectionNames()

setInjectionNames

public void setInjectionNames(List<String> injectionNames)

Apache Tuscany SCA Kernel Sub-Project

-