Avoid using the deprecated PMI WSStats methods

This rule flags the following deprecated methods:

These methods were deprecated in WebSphere Application Server Version 6.0 and might be removed in a future release.

For listStatisticNames() , use getStatisticNames() .

For listStatistics() , use getStatistics() .

For listSubStats() , use getSubStats() .

For getLevel() and getType() there are no replacements.

For more information, see the com.ibm.websphere.pmi.stat.WSStats Java documentation.

The full Deprecated API list is in the documentation.