|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KnowledgeRuntimeEventManager | |
---|---|
org.drools.logger | Logger classes use to log the KnowledgeRuntime's execution. |
org.drools.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
org.jbpm.process | |
org.jbpm.process.audit | Business Activity Monitoring (BAM) resources supporting activity events and activity logs. |
Uses of KnowledgeRuntimeEventManager in org.drools.logger |
---|
Methods in org.drools.logger with parameters of type KnowledgeRuntimeEventManager | |
---|---|
KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactoryService.newConsoleLogger(KnowledgeRuntimeEventManager session)
|
static KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactory.newConsoleLogger(KnowledgeRuntimeEventManager session)
Logs events to command line console. |
KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactoryService.newFileLogger(KnowledgeRuntimeEventManager session,
String fileName)
|
static KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactory.newFileLogger(KnowledgeRuntimeEventManager session,
String fileName)
Creates a file logger in the current thread. |
KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactoryService.newThreadedFileLogger(KnowledgeRuntimeEventManager session,
String fileName,
int interval)
|
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). |
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. |
Uses of KnowledgeRuntimeEventManager in org.jbpm.process |
---|
Classes in org.jbpm.process that implement KnowledgeRuntimeEventManager | |
---|---|
class |
StatefulProcessSession
|
Uses of KnowledgeRuntimeEventManager in org.jbpm.process.audit |
---|
Constructors in org.jbpm.process.audit with parameters of type KnowledgeRuntimeEventManager | |
---|---|
JPAWorkingMemoryDbLogger(KnowledgeRuntimeEventManager session)
|
|
WorkingMemoryDbLogger(KnowledgeRuntimeEventManager session)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |