Interface AlarmNotificationContext
- 
- All Superinterfaces:
 ModuleService
public interface AlarmNotificationContext extends ModuleService
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlarmNotificationManagergetAlarmNotificationManager()AlarmPipelineManagergetAlarmPipelineManager()GatewayContextgetGatewayContext()RosterManagergetRosterManager() 
 - 
 
- 
- 
Method Detail
- 
getGatewayContext
GatewayContext getGatewayContext()
 
- 
getAlarmNotificationManager
AlarmNotificationManager getAlarmNotificationManager()
 
- 
getAlarmPipelineManager
AlarmPipelineManager getAlarmPipelineManager()
 
- 
getRosterManager
RosterManager getRosterManager()
 
 - 
 
 -