org.drools.impl
Class KnowledgeBaseFactoryServiceImpl

java.lang.Object
  extended by org.drools.impl.KnowledgeBaseFactoryServiceImpl
All Implemented Interfaces:
org.drools.KnowledgeBaseFactoryService, org.drools.Service

public class KnowledgeBaseFactoryServiceImpl
extends Object
implements org.drools.KnowledgeBaseFactoryService


Constructor Summary
KnowledgeBaseFactoryServiceImpl()
           
 
Method Summary
 org.drools.runtime.Environment newEnvironment()
           
 org.drools.KnowledgeBase newKnowledgeBase()
           
 org.drools.KnowledgeBase newKnowledgeBase(org.drools.KnowledgeBaseConfiguration conf)
           
 org.drools.KnowledgeBase newKnowledgeBase(String kbaseId)
           
 org.drools.KnowledgeBase newKnowledgeBase(String kbaseId, org.drools.KnowledgeBaseConfiguration conf)
           
 org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
           
 org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
           
 org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
           
 org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBaseFactoryServiceImpl

public KnowledgeBaseFactoryServiceImpl()
Method Detail

newKnowledgeBaseConfiguration

public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
Specified by:
newKnowledgeBaseConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBaseConfiguration

public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties,
                                                                           ClassLoader... classLoaders)
Specified by:
newKnowledgeBaseConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
Specified by:
newKnowledgeSessionConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
Specified by:
newKnowledgeSessionConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase()
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(org.drools.KnowledgeBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId,
                                                 org.drools.KnowledgeBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newEnvironment

public org.drools.runtime.Environment newEnvironment()
Specified by:
newEnvironment in interface org.drools.KnowledgeBaseFactoryService


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