KIE API 6.1.0.Beta2

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

Packages that use KieContainer
org.kie.api The KnowledgeBase and its factory. 
 

Uses of KieContainer in org.kie.api
 

Methods in org.kie.api that return KieContainer
 KieContainer KieServices.getKieClasspathContainer()
          Returns KieContainer for the classpath, this a global singleton
 KieContainer KieServices.getKieClasspathContainer(ClassLoader classLoader)
          Returns KieContainer for the classpath using the given classLoader, this a global singleton #throw IllegalStateException if this method get called twice with 2 different ClassLoaders
 KieContainer KieServices.newKieClasspathContainer()
          Creates a new KieContainer for the classpath, regardless if there's already an existing one
 KieContainer KieServices.newKieClasspathContainer(ClassLoader classLoader)
          Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing one
 KieContainer KieServices.newKieContainer(ReleaseId releaseId)
          Creates a new KieContainer wrapping the KieModule with the given ReleaseId
 

Methods in org.kie.api with parameters of type KieContainer
 KieScanner KieServices.newKieScanner(KieContainer kieContainer)
          Creates a KieScanner to automatically discover if there are new releases of the KieModule (and its dependencies) wrapped by the given KieContainer
 


KIE API 6.1.0.Beta2

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