Uses of Class
com.caucho.ejb.server.EjbInjectionTarget

Packages that use EjbInjectionTarget
com.caucho.ejb.server   
com.caucho.ejb.session   
 

Uses of EjbInjectionTarget in com.caucho.ejb.server
 

Subclasses of EjbInjectionTarget in com.caucho.ejb.server
 class SingletonInjectionTarget<T>
          Creates an configures an ejb instance
 class StatelessInjectionTarget<T>
          Creates an configures an ejb instance
 

Methods in com.caucho.ejb.server that return EjbInjectionTarget
protected  EjbInjectionTarget<X> AbstractEjbBeanManager.createInjectionTarget()
           
 

Uses of EjbInjectionTarget in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return EjbInjectionTarget
protected  EjbInjectionTarget<X> SingletonManager.createInjectionTarget()
           
protected  EjbInjectionTarget<X> StatefulManager.createInjectionTarget()
           
protected  EjbInjectionTarget<X> StatelessManager.createInjectionTarget()