com.cisco.oss.foundation.monitoring
Class ExceptionNotificationMXBeanImpl
java.lang.Object
com.cisco.oss.foundation.monitoring.ExceptionNotificationMXBeanImpl
- All Implemented Interfaces:
- ExceptionNotificationMXBean, NotificationInfoMXBean, Serializable
public class ExceptionNotificationMXBeanImpl
- extends Object
- implements ExceptionNotificationMXBean
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionNotificationMXBeanImpl
public ExceptionNotificationMXBeanImpl()
getSeverity
public ExceptionSeverity getSeverity()
- Specified by:
getSeverity in interface ExceptionNotificationMXBean
setSeverity
public void setSeverity(ExceptionSeverity severity)
- Specified by:
setSeverity in interface ExceptionNotificationMXBean
getComponentName
public String getComponentName()
- Specified by:
getComponentName in interface NotificationInfoMXBean
getId
public String getId()
- Specified by:
getId in interface NotificationInfoMXBean
getTimeOfOccurance
public Date getTimeOfOccurance()
- Specified by:
getTimeOfOccurance in interface NotificationInfoMXBean
setComponentName
public void setComponentName(String componentName)
- Specified by:
setComponentName in interface NotificationInfoMXBean
setId
public void setId(String id)
- Specified by:
setId in interface NotificationInfoMXBean
getData
public Object getData()
- Description copied from interface:
ExceptionNotificationMXBean
- Returns the severity of the Exception.
It could be one of the values defined in
ExceptionNotificationMXBean
- Specified by:
getData in interface ExceptionNotificationMXBean
- Returns:
- String
setData
public void setData(Object data)
- Specified by:
setData in interface ExceptionNotificationMXBean
setTimeOfOccurance
public void setTimeOfOccurance(Date timeOfOccurence)
- Specified by:
setTimeOfOccurance in interface NotificationInfoMXBean
getTimeOfOccurence
public Date getTimeOfOccurence()
setTimeOfOccurence
public void setTimeOfOccurence(Date timeOfOccurence)
Copyright © 2015 Cisco. All Rights Reserved.