org.drools.core.command.impl
Class DefaultCommandService
java.lang.Object
org.drools.core.command.impl.DefaultCommandService
- All Implemented Interfaces:
- CommandService, org.kie.api.runtime.CommandExecutor
public class DefaultCommandService
- extends Object
- implements CommandService
|
Method Summary |
|
execute(org.kie.api.command.Command<T> command)
|
org.kie.internal.command.Context |
getContext()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCommandService
public DefaultCommandService(org.kie.internal.command.Context context)
getContext
public org.kie.internal.command.Context getContext()
- Specified by:
getContext in interface CommandService
execute
public <T> T execute(org.kie.api.command.Command<T> command)
- Specified by:
execute in interface org.kie.api.runtime.CommandExecutor
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.