public interface  org.apache.dubbo.common.threadpool.ThreadPool extends java.lang.Object
{
public abstract java.util.concurrent.Executor getExecutor(org.apache.dubbo.common.URL);
}