org.drools.command
Class NewStatefulKnowledgeSessionCommand
java.lang.Object
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
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 |
NewStatefulKnowledgeSessionCommand
public NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf)
NewStatefulKnowledgeSessionCommand
public NewStatefulKnowledgeSessionCommand(org.drools.runtime.KnowledgeSessionConfiguration ksessionConf,
org.drools.runtime.Environment env)
execute
public org.drools.runtime.StatefulKnowledgeSession execute(Context context)
- Specified by:
execute
in interface GenericCommand<org.drools.runtime.StatefulKnowledgeSession>
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.