Avoid using the deprecated distributed locking map field

This rule flags either the deprecated com.ibm.websphere.cache. DistributedObjectCache.TYPE_DISTRIBUTED_LOCKING_MAP field or the removed com.ibm.websphere.cache.DistributedLockingMap interface. This field and interface are not supported by the WebSphere Application Server runtime environment.

Any use of the DistributedObjectCache.TYPE_DISTRIBUTED_LOCKING_MAP field or the DistributedLockingMap interface should be removed.

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