com.cisco.oss.foundation.monitoring
Class TransactionNotificationMXBeanImpl
java.lang.Object
com.cisco.oss.foundation.monitoring.TransactionNotificationMXBeanImpl
- All Implemented Interfaces:
- NotificationInfoMXBean, TransactionNotificationMXBean, Serializable
public class TransactionNotificationMXBeanImpl
- extends Object
- implements TransactionNotificationMXBean
- See Also:
- Serialized Form
TransactionNotificationMXBeanImpl
public TransactionNotificationMXBeanImpl()
getComponentName
public String getComponentName()
- Specified by:
getComponentName in interface NotificationInfoMXBean
setComponentName
public void setComponentName(String componentName)
- Specified by:
setComponentName in interface NotificationInfoMXBean
getId
public String getId()
- Specified by:
getId in interface NotificationInfoMXBean
setId
public void setId(String id)
- Specified by:
setId in interface NotificationInfoMXBean
getTimeOfOccurance
public Date getTimeOfOccurance()
- Specified by:
getTimeOfOccurance in interface NotificationInfoMXBean
toString
public String toString()
- Overrides:
toString in class Object
getParameterDetails
public List<ParameterDetails> getParameterDetails()
- Description copied from interface:
TransactionNotificationMXBean
- Returns a list of ParameterDetails instances.
ParameterDetails represents a key and value pair object, key being the parameter name and value being the parameter value.
- Specified by:
getParameterDetails in interface TransactionNotificationMXBean
- Returns:
- List
setTimeOfOccurance
public void setTimeOfOccurance(Date timeOfOccurence)
- Specified by:
setTimeOfOccurance in interface NotificationInfoMXBean
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2015 Cisco. All Rights Reserved.