com.cisco.oss.foundation.monitoring.notification
Interface NotificationInfoMXBean
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ExceptionNotificationMXBean, TransactionNotificationMXBean
- All Known Implementing Classes:
- ExceptionNotificationMXBeanImpl, TransactionNotificationMXBeanImpl
public interface NotificationInfoMXBean
- extends Serializable
Defines the base api for all types of Notifications.
CI_INGEST_COMPLETE
static final String CI_INGEST_COMPLETE
- See Also:
- Constant Field Values
OASM_OFFER_INGEST_COMPLETE
static final String OASM_OFFER_INGEST_COMPLETE
- See Also:
- Constant Field Values
OASM_OFFER_INGEST_EXCEPTION
static final String OASM_OFFER_INGEST_EXCEPTION
- See Also:
- Constant Field Values
getComponentName
String getComponentName()
getId
String getId()
getTimeOfOccurance
Date getTimeOfOccurance()
setComponentName
void setComponentName(String compName)
setId
void setId(String id)
setTimeOfOccurance
void setTimeOfOccurance(Date timeOfOccurence)
Copyright © 2015 Cisco. All Rights Reserved.