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
NamingException
public Object createEntityListenerAndInjectDependancies(Class entityListenerClass) throws NamingException
Entity
listener.
Calls CDI API to inject into listener.createEntityListenerAndInjectDependancies
in interface EntityListenerInjectionManager
entityListenerClass
- Listener class to be instantiated.NamingException
public void cleanUp(AbstractSession session)
cleanUp
in interface EntityListenerInjectionManager
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference