gpt4 book ai didi

spring - 如何在 Spring DM 中获得 BundleContext?

转载 作者:行者123 更新时间:2023-12-04 17:56:54 37 4
gpt4 key购买 nike

我是 Spring DM 的新成员,我想访问 Bundlecontext。我的问题是我有一个 Activator 捆绑包,但它没有 xml 配置文件。我无法触摸这个包,然后我需要访问 BundleContext 和 serviceReference 以获取我的包中的服务。我在我的包中使用 Spring DM。那么,我怎么能得到 BundleContext 呢?

谢谢!

问候!

最佳答案

一种方法是实现 BundleContextAware另一个,如果您不想依赖 DM 及其机制:

BundleContext bundleContext = FrameworkUtil.getBundle(this.getClass()).getBundleContext();

关于spring - 如何在 Spring DM 中获得 BundleContext?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6745004/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com