摘要:
spring的 ThreadPoolTaskExecutor类最终是通过调用java 的ThreadPoolExecutor的voidexecute(Runnable task)方法或Future<?> submit(Runnable task)方法执行任务的下面是spring的任务执行类和接口的继承层次interfaceExecutor void execute(Runnable command);interfaceTaskExecutorextends Executor void execute(Runnable task);interfaceAsyncTaskExecutor 阅读全文
posted @ 2012-12-17 10:55
刺猬的温驯
阅读(3521)
评论(0)
推荐(0)
浙公网安备 33010602011771号