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

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

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

对于 StatDescriptor(String[], int) ,没有替换。 使用 StatDescriptor(String[]) 而是

对于 getDataId() , getName() , getType() isSame(StatDescriptor) 没有替换方法。

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

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