Avoid using the deprecated RemoteCommandMgr MBean

This rule flags the deprecated use of RemoteCommandMgr MBean. This MBean was deprecated in WebSphere V7.0

Note: The rule scans for the String literal "RemoteCommandMgr". This String can be detected even when not being used as a name of an MBean; hence if you get false-positive results, you can use the Ignore Result option in the source scanner to prevent the same code from producing results again.

The user should use com.ibm.websphere.management.cmdframework.CommandMgr instead.

For additional information see the Deprecated features list in the documentation.