Interface Summary |
IBizImpactDataOutService |
The IBizImpactDataOutService is a web service interface that can be used
to get business impact and impact level(severity) data for business transactions and user groups. |
IBizTransSeverityChangeListener |
this listener interface must be implemented by any class
interested in severity changes for biz transactions |
ICEMWebServiceConstants |
ICEMWebServiceConstants interface contains the constants for topic and message names
and other constants needed for implementing the pub/sub web services |
IConfigChangeListener |
IConfigChangeListener is interested in CRUD operations on CEM config data
The config manager will provide a registration for IConfigChangeListener classes
and call back the applicable methods whenever the CRUD operations on CEM config data
occur. |
IConfigurationDataInService |
Placeholder for future. |
IConfigurationDataOutService |
This web service provides methods to fetch CEM configuration data objects. |
IEventsDataInService |
Will provide operations like inserting defect, closing an Incident etc, or attaching Evidence
Data to an Incident. |
IEventsDataOutService |
This web service provides methods to fetch CEM event data objects - defects
and incidents. |
IIncidentChangeListener |
IIncidentChangeListener is interested in CRUD operations on CEM incidents data
The event manager will provide a registration for IIncidentChangeListener classes
and call back the applicable methods whenever incidents occur or change state |
IIncidentExtChangeListener |
IIncidentChangeListener is interested in new and changed incidents
This interface was created as BizEvent which is passed to IIncidentChangeListeners
does not contain all the information(currentSeverity,previousSeverity)
we need to pass on as an event |
IOperatorDataOutService |
This web service provides methods to fetch CEM operator objects. |
IStatisticsDataInService |
Placeholder for future |
IStatisticsDataOutService |
This web service provides methods to fetch CEM statistics data from the
database. |
IUserGroupChangeListener |
IUserChangeListener is interested in CRUD operations on CEM user group config data
The class implementing this IUserChangeListeners has to register for and handle call backs
for changes in UserGroup data |
IUserGroupSeverityChangeListener |
this listener interface must be implemented by any class
interested in severity changes for user groups |