I have the following Processor Class -
Class
public class Processor extends Thread { private volatile boolean running = true;