Drools :: Core 6.0.0.Beta5

org.drools.core.command.impl
Class DefaultCommandService

java.lang.Object
  extended by org.drools.core.command.impl.DefaultCommandService
All Implemented Interfaces:
CommandService, org.kie.api.runtime.CommandExecutor

public class DefaultCommandService
extends Object
implements CommandService


Constructor Summary
DefaultCommandService(org.kie.internal.command.Context context)
           
 
Method Summary
<T> T
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
 

Constructor Detail

DefaultCommandService

public DefaultCommandService(org.kie.internal.command.Context context)
Method Detail

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

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.