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.


Field Summary
 
Fields inherited from interface com.cisco.oss.foundation.monitoring.notification.NotificationInfoMXBean
CI_INGEST_COMPLETE, OASM_OFFER_INGEST_COMPLETE, OASM_OFFER_INGEST_EXCEPTION
 
Method Summary
 Object getData()
          Returns the severity of the Exception.
 ExceptionSeverity getSeverity()
           
 void setData(Object obj)
           
 void setSeverity(ExceptionSeverity severity)
           
 
Methods inherited from interface com.cisco.oss.foundation.monitoring.notification.NotificationInfoMXBean
getComponentName, getId, getTimeOfOccurance, setComponentName, setId, setTimeOfOccurance
 

Method Detail

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.