Avoid using the deprecated methods from WebSphere SIB MQ classes

This rule flags deprecated methods in the SIB MQ classes as follows:


The method: getNpmSpeed() in the following classes:
The method: getStatus() in the following classes:

These methods were deprecated in WebSphere Application Server Version 6.1 and might be removed in a future release. The method getNpmSpeed() should be replaced by getLinkNpmSpeed() . The method getStatus() should be replaced by getState() .

The automated fix will replace the deprecated methods with the new methods as described earlier.

For additional interface information, see the com.ibm.websphere.sib.admin Package Java documentation.

The full Deprecated API list is in the documentation.