NotificationService MBean

Partial ObjectName:
WebSphere:*,type=NotificationService


MBean NotificationService

Management interface for the distributed Notification service component.


Operation Summary

voidemitNotification(java.lang.String notificationType, java.lang.String message)
           Emit a notification of the given type containing the given message.
voidemitNotification(java.lang.String notificationType, java.lang.String message, java.lang.Object userData)
           Emit a notification of the given type containing the given message.
voidpropagateNotifications(javax.management.Notification[] notifications)
           WebSphere internal method; propagate the given set of notifications to all the listeners in this process.

Operation Detail

emitNotification

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.

Parameters:

     notificationType - the type of the notification to emit
     message - the message text of the notification to emit

Security Roles:

     administrator
     operator


emitNotification

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.

Parameters:

     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

Security Roles:

     administrator
     operator


propagateNotifications

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.

Parameters:

     notifications - the notifications to propagate

Security Roles:

     administrator
     operator


Copyright IBM Corporation 2002, 2012