2122232425262728293031
} @Override public Object call() throws Exception { final DistributedExecutorService service = getService(); service.shutdownExecutor(name); return true; } @Override public String getServiceName() {
2930313233343536373839
} @Override public void run() throws Exception { DistributedExecutorService service = getService(); service.shutdownExecutor(getName()); } @Override public boolean returnsResponse() { return true;