- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序使用容器 (TomEE) 提供的 ManagedScheduledExecutorService
,通过 @Resource
注释注入(inject)。
这是我自己的实例,还是与在同一容器中运行的其他网络应用共享?
作为正常关闭我的应用程序的一部分,我想对此服务做些什么吗?
最佳答案
规范仅处理职责和行为(例如,参见 JSR-236:EE 并发实用程序 1.0 - 第 3.2 章)
TomEE 正在提供有关托管资源的实现特定配置的文档:TomEE - configuration of managed resources
Is this my own instance, or is it shared with other webapps running in the same container?
文档提供了以下信息:“在 TomEE 中,资源主要是‘单例’...”
As part of a graceful shutdown of my app, do I want to do anything to this service?
服务生命周期由容器管理(参见规范)。
关于java - TomEE 中的 ManagedScheduledExecutorService,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53023301/
我注意到在我的开发环境(Netbeans 和 Glassfish)中,ManagedScheduledExecutorService 创建的计划任务在服务器重新启动后无法继续存在。 我做错了什么还是这
我的应用程序使用容器 (TomEE) 提供的 ManagedScheduledExecutorService,通过 @Resource 注释注入(inject)。 这是我自己的实例,还是与在同一容器中
我正在 wildfly 8.2 上开发 Java EE 7 应用程序,需要定期运行后台任务。我注入(inject)了一个执行程序服务并安排了一个任务,这部分工作正常: @Resource privat
如何查找我在应用程序的 weblogic.xml 中定义的自定义 ManagedScheduledExecutorService? 我尝试使用InitialContext.lookup,但它不起作用。
我是一名优秀的程序员,十分优秀!