com.cisco.oss.foundation.monitoring
Class TransactionNotificationMXBeanImpl

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

public class TransactionNotificationMXBeanImpl
extends Object
implements TransactionNotificationMXBean

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
TransactionNotificationMXBeanImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComponentName()
           
 String getId()
           
 List<ParameterDetails> getParameterDetails()
          Returns a list of ParameterDetails instances.
 Date getTimeOfOccurance()
           
 int hashCode()
           
 void setComponentName(String componentName)
           
 void setId(String id)
           
 void setTimeOfOccurance(Date timeOfOccurence)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionNotificationMXBeanImpl

public TransactionNotificationMXBeanImpl()
Method Detail

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.