Glassfish v3.1:LifecycleListener 与 Startup.Listener

发布于 2024-12-11 21:14:09 字数 219 浏览 0 评论 0原文

当 Glassfish v3.x 处于 READY 状态或即将关闭时,如何正确调用我的代码?

我在 glassfish v2.x 上成功使用了生命周期监听器。 不幸的是,该接口在 Glassfish v3.x 中被标记为 DEPRECATED。推荐使用新接口 Startup ,但我不知道如何使用它,也找不到任何有用的文档或示例。你能指点我如何使用它吗?

How to correctly call my code when Glassfish v3.x is READY or going to SHUTDOWN?

I was succesfully using lifecycle listener on glassfish v2.x.
Unfortunatelly, this interface is marked as DEPRECATED in Glassfish v3.x. A new interface Startup is recomended instead but I don't know how to use it and could not find any useful documentation or examples. Could you please point me to how use it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何以畏孤独 2024-12-18 21:14:09

您需要所谓的生命周期模块。 第 12 章,开发生命周期侦听器 是一个好的起点。这解释了可用的事件以及它们何时触发。一旦你完成了你的类的编码并准备好,这个博客文章将解释如何部署使用管理控制台将模块添加到 GlassFish。

You want what's called a lifecycle module. Chapter 12, Developing Lifecycle Listeners is a good place to start. This explains the available events and when they fire. Once you have your class codded and ready to go this blog entry will explain how to deploy the module to GlassFish using the admin console..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文