Class CreationalContextReleaseListener
- java.lang.Object
-
- org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
-
- All Implemented Interfaces:
CommandContextListener
public class CreationalContextReleaseListener extends java.lang.Object implements CommandContextListener
CommandContextCloseListenerwhich releases a CDI Creational Context when the command context is closed. This is necessary to ensure thatDependentscoped beans are properly destroyed.- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description CreationalContextReleaseListener(javax.enterprise.context.spi.CreationalContext<?> ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCommandContextClose(CommandContext commandContext)voidonCommandFailed(CommandContext commandContext, java.lang.Throwable t)protected voidrelease(javax.enterprise.context.spi.CreationalContext<?> creationalContext)
-
-
-
Method Detail
-
onCommandContextClose
public void onCommandContextClose(CommandContext commandContext)
- Specified by:
onCommandContextClosein interfaceCommandContextListener
-
onCommandFailed
public void onCommandFailed(CommandContext commandContext, java.lang.Throwable t)
- Specified by:
onCommandFailedin interfaceCommandContextListener
-
release
protected void release(javax.enterprise.context.spi.CreationalContext<?> creationalContext)
-
-