org.apache.camel.component.couchdb
Class CouchDbChangesetTracker

java.lang.Object
  extended by org.apache.camel.component.couchdb.CouchDbChangesetTracker
All Implemented Interfaces:
Runnable

public class CouchDbChangesetTracker
extends Object
implements Runnable


Constructor Summary
CouchDbChangesetTracker(CouchDbEndpoint endpoint, CouchDbConsumer consumer, CouchDbClientWrapper couchClient)
           
 
Method Summary
 boolean isStopped()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CouchDbChangesetTracker

public CouchDbChangesetTracker(CouchDbEndpoint endpoint,
                               CouchDbConsumer consumer,
                               CouchDbClientWrapper couchClient)
Method Detail

run

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

stop

public void stop()

isStopped

public boolean isStopped()


Apache Camel