Package org.drools.agent

The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.

See:
          Description

Interface Summary
KnowledgeAgent The KnowledgeAgentFactory provides detailed information on how to create and use the KnowledgeAgent.
KnowledgeAgentConfiguration 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>
KnowledgeAgentProvider KnowledgeAgentProvider is used by the KnowledgeAgentFactory to "provide" it's concrete implementation.
 

Class Summary
KnowledgeAgentFactory The KnowlegeAgent is created by the KnowlegeAgentFactory.
 

Enum Summary
KnowledgeAgent.ResourceStatus  
 

Package org.drools.agent Description

The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.

The KnowledgeAgentFactory provides detailed information on how to create and use the KnowledgeAgent.



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