Package com.ibm.websphere.runtime.update
Interface RuntimeUpdateNotificationMBean
- 
 public interface RuntimeUpdateNotificationMBeanThe RuntimeUpdateNotificationMBean provides notifications for server runtime updates. The user data object attached to the notification is a java.util.Map.The ObjectName for this MBean is "WebSphere:name=com.ibm.websphere.runtime.update.RuntimeUpdateNotificationMBean". 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringOBJECT_NAMEA string representing theObjectNamethat this MBean maps to.static java.lang.StringRUNTIME_UPDATE_NOTIFICATION_KEY_MESSAGEUser data key for the error message of the notification.static java.lang.StringRUNTIME_UPDATE_NOTIFICATION_KEY_NAMEUser data key for the name of the notification.static java.lang.StringRUNTIME_UPDATE_NOTIFICATION_KEY_STATUSUser data key for the status of the notification.static java.lang.StringRUNTIME_UPDATE_NOTIFICATION_TYPENotification type for runtime update notifications emitted by this MBean.
 
- 
- 
- 
Field Detail- 
OBJECT_NAMEstatic final java.lang.String OBJECT_NAME A string representing theObjectNamethat this MBean maps to.- See Also:
- Constant Field Values
 
 - 
RUNTIME_UPDATE_NOTIFICATION_TYPEstatic final java.lang.String RUNTIME_UPDATE_NOTIFICATION_TYPE Notification type for runtime update notifications emitted by this MBean.- See Also:
- Constant Field Values
 
 - 
RUNTIME_UPDATE_NOTIFICATION_KEY_NAMEstatic final java.lang.String RUNTIME_UPDATE_NOTIFICATION_KEY_NAME User data key for the name of the notification. The value is a java.lang.String.- See Also:
- Constant Field Values
 
 - 
RUNTIME_UPDATE_NOTIFICATION_KEY_STATUSstatic final java.lang.String RUNTIME_UPDATE_NOTIFICATION_KEY_STATUS User data key for the status of the notification. The value is a java.lang.Boolean that indicates whether the event that the notification was triggered for was successful.- See Also:
- Constant Field Values
 
 - 
RUNTIME_UPDATE_NOTIFICATION_KEY_MESSAGEstatic final java.lang.String RUNTIME_UPDATE_NOTIFICATION_KEY_MESSAGE User data key for the error message of the notification. The value is a java.lang.String. A non-null error message may be provided when the value of status isfalse.- See Also:
- Constant Field Values
 
 
- 
 
-