208209210211212213214215216217218
lock.release(); return; } // Delegate processing to the executor try { this.executor.execute(new ExecutorAwareRunnable() { public void run() { process(exchange); } public boolean shouldRunSynchronously() { return shouldRunSynchronously;