避免使用不推荐的 PMI MBeanLevelSpec 方法

此规则会标记下列不推荐的构造函数和方法:

这些方法在 WebSphere Application Server V6.0 中已不推荐使用,并且可能会在将来发行版中移除。

对于不推荐的构造函数,请使用 MBeanLevelSpec(ObjectName mName, int[] enable) 而是

对于 getLevel() getStatDescriptor() ,没有替换方法。

有关更多信息,请参阅 com.ibm.websphere.pmi.stat.MBeanLevelSpec Java API 文档。

文档中包含完整的 不推荐使用的 API 列表。