KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.runtime.KieRuntime

Packages that use KieRuntime
org.kie.api.event Drools has a comprehensive event api for all parts of the platform. 
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of KieRuntime in org.kie.api.event
 

Methods in org.kie.api.event that return KieRuntime
 KieRuntime KieRuntimeEvent.getKieRuntime()
          The knowledge runtime that generated the event.
 

Uses of KieRuntime in org.kie.api.runtime
 

Subinterfaces of KieRuntime in org.kie.api.runtime
 interface KieSession
          KieSession is the most common way to interact with the engine.
 

Methods in org.kie.api.runtime that return KieRuntime
 KieRuntime KieContext.getKieRuntime()
           
 KieRuntime KieContext.getKnowledgeRuntime()
          Deprecated. 
 


KIE API 6.1.0.Beta2

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