org.springframework.jee.ejb
Class EjbFieldInjection

java.lang.Object
  extended by org.springframework.jee.inject.Injection
      extended by org.springframework.jee.inject.FieldInjection
          extended by org.springframework.jee.ejb.EjbFieldInjection

public class EjbFieldInjection
extends FieldInjection

Field level @EJB injection.

Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.jee.inject.Injection
info, member
 
Constructor Summary
EjbFieldInjection(java.lang.reflect.Field f, EJB annotation)
           
EjbFieldInjection(java.lang.reflect.Field f, InjectionInfo er)
           
 
Method Summary
protected  java.lang.String getDefaultName()
          Return the default name to be used if the info does not contain one.
 
Methods inherited from class org.springframework.jee.inject.FieldInjection
apply, getMemberType
 
Methods inherited from class org.springframework.jee.inject.Injection
containsValue, getInfo, getName, getType, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbFieldInjection

public EjbFieldInjection(java.lang.reflect.Field f,
                         EJB annotation)

EjbFieldInjection

public EjbFieldInjection(java.lang.reflect.Field f,
                         InjectionInfo er)
Method Detail

getDefaultName

protected java.lang.String getDefaultName()
Description copied from class: Injection
Return the default name to be used if the info does not contain one.

Overrides:
getDefaultName in class Injection
Returns:


Copyright 2006 Interface21. All Rights Reserved.