com.cisco.oss.foundation.monitoring
Interface TransactionNotificationMXBean

All Superinterfaces:
NotificationInfoMXBean, Serializable
All Known Implementing Classes:
TransactionNotificationMXBeanImpl

public interface TransactionNotificationMXBean
extends NotificationInfoMXBean

This interface defines a MXBean, used to send notification when a certain type of Transaction is complete.

Author:
Avinasht

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
 List<ParameterDetails> getParameterDetails()
          Returns a list of ParameterDetails instances.
 
Methods inherited from interface com.cisco.oss.foundation.monitoring.notification.NotificationInfoMXBean
getComponentName, getId, getTimeOfOccurance, setComponentName, setId, setTimeOfOccurance
 

Method Detail

getParameterDetails

List<ParameterDetails> getParameterDetails()
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.

Parameters:
-
Returns:
List


Copyright © 2015 Cisco. All Rights Reserved.