public static class GlobalTimerService.DisposableCommandService extends Object implements org.drools.core.command.CommandService
| Constructor and Description |
|---|
DisposableCommandService(org.drools.core.command.CommandService delegate,
org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine runtime,
boolean retry) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
<T> T |
execute(org.kie.api.command.Command<T> command) |
org.kie.internal.command.Context |
getContext() |
org.kie.api.runtime.Environment |
getEnvironment() |
public DisposableCommandService(org.drools.core.command.CommandService delegate,
org.kie.api.runtime.manager.RuntimeManager manager,
org.kie.api.runtime.manager.RuntimeEngine runtime,
boolean retry)
public <T> T execute(org.kie.api.command.Command<T> command)
execute in interface org.kie.api.runtime.CommandExecutorpublic org.kie.internal.command.Context getContext()
getContext in interface org.drools.core.command.CommandServicepublic void dispose()
public org.kie.api.runtime.Environment getEnvironment()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.