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.


Field Summary
static String CI_INGEST_COMPLETE
           
static String OASM_OFFER_INGEST_COMPLETE
           
static String OASM_OFFER_INGEST_EXCEPTION
           
 
Method Summary
 String getComponentName()
           
 String getId()
           
 Date getTimeOfOccurance()
           
 void setComponentName(String compName)
           
 void setId(String id)
           
 void setTimeOfOccurance(Date timeOfOccurence)
           
 

Field Detail

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
Method Detail

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.