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
All Implemented Interfaces:
InjectionI

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(Field f, javax.ejb.EJB annotation)
           
EjbFieldInjection(Field f, InjectionInfo er)
           
 
Method Summary
protected  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, getMember, 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(Field f,
                         javax.ejb.EJB annotation)

EjbFieldInjection

public EjbFieldInjection(Field f,
                         InjectionInfo er)
Method Detail

getDefaultName

protected 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-2008 SpringSource (formerly Interface21). All Rights Reserved.