【发布时间】:2023-03-28 16:38:01
【问题描述】:
我使用的是 IBM Websphere 8.5.5 提供的执行器服务
ExecutorService es = (ExecutorService ) new InitialContext().lookup("wm/default")
当我调用es.shutdown()method 时,我得到了错误:
java.lang.IllegalStateException: ASYN0093E: The operation shutdown is not supported.
为什么Websphere不支持关机方式?我不应该调用那个方法吗?
【问题讨论】:
标签: java websphere executorservice java.util.concurrent