@Override public void terminate() throws Exception { control.terminate(); receiver.terminate(); log.debug("terminated"); }
@Override public void start() throws Exception { receiver.start(); control.start(); log.debug("started"); }