扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类threadpoolexecutor的类成员方法: afterexecute定义及介绍
发布时间:2014-2-17
本文导语:
afterexecute
protected void afterexecute(runnable r,
throwable t)
基于完成执行给定 runnable 所调用的方法。此方法由执行任务的线程调用。如果非 null,则 throwable 是导致执行突然终止的未捕获 runtimeexception 或 error。
...