org.drools.command
Class NewStatefulKnowledgeSessionCommand

java.lang.Object
  extended by org.drools.command.NewStatefulKnowledgeSessionCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.runtime.StatefulKnowledgeSession>, GenericCommand<org.drools.runtime.StatefulKnowledgeSession>

public class NewStatefulKnowledgeSessionCommand
extends Object
implements GenericCommand<org.drools.runtime.StatefulKnowledgeSession>

See Also:
Serialized Form

Constructor Summary
NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf)
           
NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf, org.drools.runtime.Environment env)
           
 
Method Summary
 org.drools.runtime.StatefulKnowledgeSession execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewStatefulKnowledgeSessionCommand

public NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf)

NewStatefulKnowledgeSessionCommand

public NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf,
                                          org.drools.runtime.Environment env)
Method Detail

execute

public org.drools.runtime.StatefulKnowledgeSession execute(Context context)
Specified by:
execute in interface GenericCommand<org.drools.runtime.StatefulKnowledgeSession>


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