com.cisco.oss.foundation.monitoring
Interface ExceptionNotificationMXBean
- All Superinterfaces:
- NotificationInfoMXBean, Serializable
- All Known Implementing Classes:
- ExceptionNotificationMXBeanImpl
public interface ExceptionNotificationMXBean
- extends NotificationInfoMXBean
This interface defines a MXBean, used to notify Exception during a flow.
It extends NotificationInfoMXBean, which defines the basic details of the Notification.
getData
Object getData()
- Returns the severity of the Exception.
It could be one of the values defined in
ExceptionNotificationMXBean
- Parameters:
-
- Returns:
- String
setData
void setData(Object obj)
getSeverity
ExceptionSeverity getSeverity()
setSeverity
void setSeverity(ExceptionSeverity severity)
Copyright © 2015 Cisco. All Rights Reserved.