com.cisco.oss.foundation.monitoring
Class ExceptionNotificationMXBeanImpl

java.lang.Object
  extended by com.cisco.oss.foundation.monitoring.ExceptionNotificationMXBeanImpl
All Implemented Interfaces:
ExceptionNotificationMXBean, NotificationInfoMXBean, Serializable

public class ExceptionNotificationMXBeanImpl
extends Object
implements ExceptionNotificationMXBean

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.cisco.oss.foundation.monitoring.notification.NotificationInfoMXBean
CI_INGEST_COMPLETE, OASM_OFFER_INGEST_COMPLETE, OASM_OFFER_INGEST_EXCEPTION
 
Constructor Summary
ExceptionNotificationMXBeanImpl()
           
 
Method Summary
 String getComponentName()
           
 Object getData()
          Returns the severity of the Exception.
 String getId()
           
 ExceptionSeverity getSeverity()
           
 Date getTimeOfOccurance()
           
 Date getTimeOfOccurence()
           
 void setComponentName(String componentName)
           
 void setData(Object data)
           
 void setId(String id)
           
 void setSeverity(ExceptionSeverity severity)
           
 void setTimeOfOccurance(Date timeOfOccurence)
           
 void setTimeOfOccurence(Date timeOfOccurence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionNotificationMXBeanImpl

public ExceptionNotificationMXBeanImpl()
Method Detail

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.