Avoid using the deprecated PMI MBeanLevelSpec methods

This rule flags the following deprecated constructors and methods:

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

For the deprecated constructors, use MBeanLevelSpec(ObjectName mName, int[] enable) instead.

For getLevel() and getStatDescriptor() , there are no replacement methods.

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

The full Deprecated API list is in the documentation.