|
Class Summary |
| EJB2HomeLocator |
ServiceLocator de interfaces home para EJB20 |
| EJB2HomeLocator.LocatorSingletonHolder |
Clase holder de un singleton. |
| EJBFactory |
Factoría de EJB3 |
| EJBGuiceListeners |
ver:
http://javarebel.blogspot.com.es/2010/09/injecting-ejb-to-pojo-using-google.html
http://javarebel.blogspot.com.es/2010/09/using-aspectj-with-rad.html
también ver:
http://gianluigidavassiuk.blogspot.com.es/2009/11/ejb3-plus-guice-how-exotic-part-3.html
GUICE custom injection que se encarga de ser notificada cuando guice va a inyectar en un tipo
En este caso, simplemente "busca" todos los miembros anotados con @EJB y registra
un listener
Una custom injection de GUICE requiere:
- TypeListener: es notificado cuando guice va a hacer la inyección en un tipo
- MemberInjector / InjectionListener: es notificado después de que guice inyecta una instancia
- El registro de ambos |
| EJBGuiceListeners.EJBMemberInjector<T> |
Listener que "atiende" a ser notificado cuando GUICE va a inyectar una instancia |
| EJBGuiceListeners.EJBTypeListener |
Listener que "atiende" a ser notificado cuando GUICE va a inyectar en un objeto de un tipo |
| JNDIContextLocator |
Singleton holder de los contextos |
| JNDIContextLocator.JNDIContextCacheSingletonHolder |
Clase holder de un singleton. |