CommandAssistance MBean

Partial ObjectName:
WebSphere:*,type=CommandAssistance


MBean CommandAssistance

MBean for CommandAssistance


Operation Summary
voidaddCommandAssistanceListener(java.lang.String userName)
           Indicates that command assistance should emit notifications for the specified user.
voidremoveCommandAssistanceListener(java.lang.String userName)
           Indicates that command assistance should stop emitting notifications for the specified user.
java.lang.BooleanisCommandAssistanceUserListening(java.lang.String userName)
           Indicates whether the specific user is listening for command assistance notifications.

Operation Detail

addCommandAssistanceListener

public void addCommandAssistanceListener(java.lang.String userName)
Indicates that command assistance should emit notifications for the specified user.
Parameters:
userName - The user for which console should emit command assistance notifications. This operation allows notifications to be emitted even if the console preference is off.
Security Roles:
administrator
operator

removeCommandAssistanceListener

public void removeCommandAssistanceListener(java.lang.String userName)
Indicates that command assistance should stop emitting notifications for the specified user.
Parameters:
userName - The user for which console should stop emitting command assistance notifications if the console preference is also off.
Security Roles:
administrator
operator

isCommandAssistanceUserListening

public java.lang.Boolean isCommandAssistanceUserListening(java.lang.String userName)
Indicates whether the specific user is listening for command assistance notifications.
Parameters:
userName - The user to determine if they want to listen or not.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005