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
)
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.
public void removeCommandAssistanceListener(java.lang.String userName
)
userName
-
The user for which console should stop emitting command assistance notifications if the console preference is also off.
public java.lang.Boolean isCommandAssistanceUserListening(java.lang.String userName
)
userName
-
The user to determine if they want to listen or not.