org.drools.command.impl
Class DefaultCommandService

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

public class DefaultCommandService
extends Object
implements CommandService


Constructor Summary
DefaultCommandService(Context context)
           
 
Method Summary
<T> T
execute(org.drools.command.Command<T> 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(Context context)
Method Detail

getContext

public Context getContext()
Specified by:
getContext in interface CommandService

execute

public <T> T execute(org.drools.command.Command<T> command)
Specified by:
execute in interface org.drools.runtime.CommandExecutor


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.