public class TaskTransactionInterceptor
extends org.drools.core.command.impl.AbstractInterceptor
Constructor and Description |
---|
TaskTransactionInterceptor(org.kie.api.runtime.Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
addInterceptor(org.drools.core.command.Interceptor interceptor) |
<T> T |
execute(org.kie.api.command.Command<T> command) |
org.kie.internal.command.Context |
getContext() |
void |
initTransactionManager(org.kie.api.runtime.Environment env) |
boolean |
isSpringTransactionManager(Class<?> clazz) |
public TaskTransactionInterceptor(org.kie.api.runtime.Environment environment)
public <T> T execute(org.kie.api.command.Command<T> command)
public void addInterceptor(org.drools.core.command.Interceptor interceptor)
public org.kie.internal.command.Context getContext()
getContext
in interface org.drools.core.command.CommandService
getContext
in class org.drools.core.command.impl.AbstractInterceptor
public void initTransactionManager(org.kie.api.runtime.Environment env)
public boolean isSpringTransactionManager(Class<?> clazz)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.