WebSphere:*,type=CommandAssistance
MBean CommandAssistance
MBean for CommandAssistance
Operation Summary | |
---|---|
void | addCommandAssistanceListener( Indicates that command assistance should emit notifications for the specified user. |
void | removeCommandAssistanceListener( Indicates that command assistance should stop emitting notifications for the specified user. |
java.lang.Boolean | isCommandAssistanceUserListening( Indicates whether the specific user is listening for command assistance notifications. |
Operation Detail |
---|
public void addCommandAssistanceListener(
java.lang.String userName
)
Indicates that command assistance should emit notifications for the specified user.
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.
administrator
operator
public void removeCommandAssistanceListener(
java.lang.String userName
)
Indicates that command assistance should stop emitting notifications for the specified user.
userName
-
The user for which console should stop emitting command assistance notifications if the console preference is also off.
administrator
operator
public java.lang.Boolean isCommandAssistanceUserListening(
java.lang.String userName
)
Indicates whether the specific user is listening for command assistance notifications.
userName
-
The user to determine if they want to listen or not.
administrator
operator