Package com.timestock.tess.webservices.api

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
 

Class Summary
DApplicationDefinition Application Definition
DBizTransSeverity Data class for holding biz impact, current and previous severity(impact level) for a business transaction
DBusinessProcessDefinition Business Process Definition
DBusinessProcessStats Business Process Statistics
DBusinessProcessStatsRS Business Process Statistics ResultSet
DBusinessTransactionDefinition Business Transaction Definition ResultSet
DBusinessTransactionDefinitionExt This data class has been used to extend DBusinessTransactionDefinition for passing more information needed regarding business transactions It can also stores business process and severity information for business transactions
DBusinessTransactionStats Business Transaction Statistics
DBusinessTransactionStatsByBusinessProcess Business Transaction Statistics for a Business Process
DBusinessTransactionStatsRS Business Transaction Statistics ResultSet
DCEMUptime This class defines the uptime information of the CEM installation.
DDefect A CEM Defect
DDefectRS Defect ResultSet
DIncident A CEM Incident
DIncidentExt Extends DIncident to store severity(impact level) information for incidents
DIncidentRS Incident ResultSet
DKeyAndValue A CEM Key Value Pair
DOperator The Operator object
DPercentileData  
DStatistics Transaction Statistics
DTimeDuration Time range and aggregation interval for Statistics queries
DUser The User object
DUserGroup The User Group object
DUserGroupSeverity DUserGroupSeverity is a data class which holds the biz impact , current severity(impact level) and previous severity for a user group
 

Exception Summary
CEMWebServicesException Exception thrown on a CEM Web Services error.