public class TaskTransactionInterceptor
extends org.drools.core.command.impl.AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
class |
TaskTransactionInterceptor.TransactionContext |
| Constructor and Description |
|---|
TaskTransactionInterceptor(org.kie.api.runtime.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(org.drools.core.runtime.ChainableRunner interceptor) |
org.kie.api.runtime.RequestContext |
createContext() |
org.kie.api.runtime.RequestContext |
execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx) |
void |
initTransactionManager(org.kie.api.runtime.Environment env) |
boolean |
isSpringTransactionManager(Class<?> clazz) |
executeNext, getNext, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TaskTransactionInterceptor(org.kie.api.runtime.Environment environment)
public org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx)
execute in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>execute in class org.drools.core.fluent.impl.PseudoClockRunnerpublic void addInterceptor(org.drools.core.runtime.ChainableRunner interceptor)
public org.kie.api.runtime.RequestContext createContext()
createContext in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>createContext in class org.drools.core.fluent.impl.PseudoClockRunnerpublic void initTransactionManager(org.kie.api.runtime.Environment env)
public boolean isSpringTransactionManager(Class<?> clazz)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.