org.drools.agent.impl
Class KnowledgeAgentImpl.ChangeSetNotificationDetector

java.lang.Object
  extended by 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).


Constructor Summary
KnowledgeAgentImpl.ChangeSetNotificationDetector(KnowledgeAgentImpl kagent, LinkedBlockingQueue<org.drools.ChangeSet> queue, org.drools.SystemEventListener listener)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeAgentImpl.ChangeSetNotificationDetector

public KnowledgeAgentImpl.ChangeSetNotificationDetector(KnowledgeAgentImpl kagent,
                                                        LinkedBlockingQueue<org.drools.ChangeSet> queue,
                                                        org.drools.SystemEventListener listener)
Method Detail

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable


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