org.drools.agent
Interface KnowledgeAgentConfiguration

All Superinterfaces:
PropertiesConfiguration

public interface KnowledgeAgentConfiguration
extends PropertiesConfiguration

drools.agent.scanResources = <true|false>
drools.agent.scanDirectories = <true|false>
drools.agent.newInstance = <true|false> // currently this is hard coded to true
drools.agent.monitorChangeSetEvents = <true|false>

See Also:
KnowledgeAgent, KnowledgeAgentConfiguration

Method Summary
 boolean isMonitorChangeSetEvents()
           
 boolean isNewInstance()
           
 boolean isScanDirectories()
           
 boolean isScanResources()
           
 boolean isUseKBaseClassLoaderForCompiling()
           
 
Methods inherited from interface org.drools.PropertiesConfiguration
getProperty, setProperty
 

Method Detail

isScanResources

boolean isScanResources()

isScanDirectories

boolean isScanDirectories()

isMonitorChangeSetEvents

boolean isMonitorChangeSetEvents()

isNewInstance

boolean isNewInstance()

isUseKBaseClassLoaderForCompiling

boolean isUseKBaseClassLoaderForCompiling()


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