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
)
notificationType
-
the type of the notification to emitmessage
-
the message text of the notification to emit
public void emitNotification(java.lang.String notificationType,
java.lang.String message,
java.lang.Object userData
)
notificationType
-
the type of the notification to emitmessage
-
the message text of the notification to emituserData
-
object to set as the userData of the notification
public void propagateNotifications(javax.management.Notification[] notifications
)
notifications
-
the notifications to propagate