Knowledge API Legacy5 Adapter 6.0.0.Beta5

Uses of Interface
org.drools.event.KnowledgeRuntimeEventManager

Packages that use KnowledgeRuntimeEventManager
org.drools.impl.adapters   
org.drools.logger Logger classes use to log the KnowledgeRuntime's execution. 
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of KnowledgeRuntimeEventManager in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement KnowledgeRuntimeEventManager
 class KnowledgeRuntimeAdapter
           
 class StatefulKnowledgeSessionAdapter
           
 class StatelessKnowledgeSessionAdapter
           
 

Uses of KnowledgeRuntimeEventManager in org.drools.logger
 

Methods in org.drools.logger with parameters of type KnowledgeRuntimeEventManager
static KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactory.newConsoleLogger(KnowledgeRuntimeEventManager session)
          Logs events to command line console.
 KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactoryService.newConsoleLogger(KnowledgeRuntimeEventManager session)
           
static KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactory.newFileLogger(KnowledgeRuntimeEventManager session, String fileName)
          Creates a file logger in the current thread.
 KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactoryService.newFileLogger(KnowledgeRuntimeEventManager session, String fileName)
           
static KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactory.newThreadedFileLogger(KnowledgeRuntimeEventManager session, String fileName, int interval)
          Creates a file logger that executes in a different thread, where information is written on given intervals (in milliseconds).
 KnowledgeRuntimeLogger KnowledgeRuntimeLoggerFactoryService.newThreadedFileLogger(KnowledgeRuntimeEventManager session, String fileName, int interval)
           
 

Uses of KnowledgeRuntimeEventManager in org.drools.runtime
 

Subinterfaces of KnowledgeRuntimeEventManager in org.drools.runtime
 interface KnowledgeRuntime
           
 interface StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 interface StatelessKnowledgeSession
          StatelessKnowledgeSession provides a convenience API, wrapping StatefulKnowledgeSession.
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

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