This rule flags the following deprecated methods:
-
com.ibm.websphere.scheduler.MessageTaskInfo.getUsername()
-
com.ibm.websphere.scheduler.MessageTaskInfo.setPassword(String)
-
com.ibm.websphere.scheduler.MessageTaskInfo.setUsername(String)
These methods were deprecated in WebSphere Application Server Version 5.1 and might be removed in a future release.
You should use the following replacements in the
com.ibm.websphere.scheduler.TaskInfo
class:
- replace
getUsername()
with
getAuthenticationAlias()
- replace
setPassword(String)
with
setAuthenticationAlias(String alias)
- replace
setUsername(String)
with
setAuthenticationAlias(String alias)
For additional class information, see the