org.drools.persistence.jpa
Interface KnowledgeStoreService


public interface KnowledgeStoreService


Method Summary
 StatefulKnowledgeSession loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 StatefulKnowledgeSession newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 

Method Detail

newStatefulKnowledgeSession

StatefulKnowledgeSession newStatefulKnowledgeSession(KnowledgeBase kbase,
                                                     KnowledgeSessionConfiguration configuration,
                                                     Environment environment)

loadStatefulKnowledgeSession

StatefulKnowledgeSession loadStatefulKnowledgeSession(int id,
                                                      KnowledgeBase kbase,
                                                      KnowledgeSessionConfiguration configuration,
                                                      Environment environment)


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