public class EntityListenerInjectionManagerImpl extends Object implements EntityListenerInjectionManager
DEFAULT_CDI_INJECTION_MANAGER| Constructor and Description |
|---|
EntityListenerInjectionManagerImpl(Object beanManagerInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp(AbstractSession session) |
Object |
createEntityListenerAndInjectDependancies(Class entityListenerClass)
Creates an instance of
Entity listener. |
public EntityListenerInjectionManagerImpl(Object beanManagerInstance) throws NamingException
NamingExceptionpublic Object createEntityListenerAndInjectDependancies(Class entityListenerClass) throws NamingException
Entity listener.
Calls CDI API to inject into listener.createEntityListenerAndInjectDependancies in interface EntityListenerInjectionManagerentityListenerClass - Listener class to be instantiated.NamingExceptionpublic void cleanUp(AbstractSession session)
cleanUp in interface EntityListenerInjectionManagerEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference