org.drools.agent.impl
Class KnowledgeAgentImpl.ChangeSetNotificationDetector
java.lang.Object
org.drools.agent.impl.KnowledgeAgentImpl.ChangeSetNotificationDetector
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- KnowledgeAgentImpl
public static class KnowledgeAgentImpl.ChangeSetNotificationDetector
- extends Object
- implements Runnable
A class to monitor and handle ChangeSets fired by the
ResourceChangeNotifier on a separate service (or process).
Method Summary |
void |
run()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeAgentImpl.ChangeSetNotificationDetector
public KnowledgeAgentImpl.ChangeSetNotificationDetector(KnowledgeAgentImpl kagent,
LinkedBlockingQueue<org.drools.ChangeSet> queue,
org.drools.SystemEventListener listener)
stop
public void stop()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.