public class ManualPersistInterceptor
extends org.drools.core.command.impl.AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualPersistInterceptor.PersistCommand |
| Constructor and Description |
|---|
ManualPersistInterceptor(org.drools.core.command.SingleSessionCommandService decorated) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.RequestContext |
createContext() |
org.kie.api.runtime.RequestContext |
execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx) |
org.drools.core.command.SingleSessionCommandService |
getInterceptedService() |
executeNext, getNext, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ManualPersistInterceptor(org.drools.core.command.SingleSessionCommandService decorated)
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 org.drools.core.command.SingleSessionCommandService getInterceptedService()
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.PseudoClockRunnerCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.