WebSphere:*,type=NotificationService
MBean NotificationService
Management interface for the distributed Notification service component.
Operation Summary | |
---|---|
void | emitNotification( Emit a notification of the given type containing the given message. |
void | emitNotification( Emit a notification of the given type containing the given message. |
void | propagateNotifications( WebSphere internal method; propagate the given set of notifications to all the listeners in this process. |
Operation Detail |
---|
public void emitNotification(
java.lang.String notificationType,
java.lang.String message
)
Emit a notification of the given type containing the given message. The source of the notification will be this NotificationServiceMBean. There is no userData provided.
notificationType
-
the type of the notification to emit message
-
the message text of the notification to emit
administrator
operator
public void emitNotification(
java.lang.String notificationType,
java.lang.String message,
java.lang.Object userData
)
Emit a notification of the given type containing the given message. The source of the notification will be this NotificationServiceMBean.
notificationType
-
the type of the notification to emit message
-
the message text of the notification to emit userData
-
object to set as the userData of the notification
administrator
operator
public void propagateNotifications(
javax.management.Notification[] notifications
)
WebSphere internal method; propagate the given set of notifications to all the listeners in this process. This method can only be called be a caller with SERVER authority.
notifications
-
the notifications to propagate
administrator
operator