public static class GlobalTimerService.DisposableCommandService extends Object implements org.drools.core.runtime.InternalLocalRunner
| Constructor and Description |
|---|
DisposableCommandService(org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext> delegate,
org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine runtime,
boolean retry) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.RequestContext |
createContext() |
void |
dispose() |
org.kie.api.runtime.RequestContext |
execute(org.kie.api.runtime.Executable executable,
org.kie.api.runtime.RequestContext ctx) |
org.kie.api.runtime.Environment |
getEnvironment() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DisposableCommandService(org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext> delegate,
org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine runtime,
boolean retry)
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>public org.kie.api.runtime.RequestContext createContext()
createContext in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>public void dispose()
public org.kie.api.runtime.Environment getEnvironment()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.