Class AdminServiceAlarmsImpl
- java.lang.Object
-
- org.onebusaway.aws.monitoring.impl.alarms.AlarmsTemplate
-
- org.onebusaway.aws.monitoring.impl.alarms.AdminServiceAlarmsImpl
-
- All Implemented Interfaces:
EventListener,AdminServerAlarms,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component public class AdminServiceAlarmsImpl extends AlarmsTemplate implements AdminServerAlarms
-
-
Constructor Summary
Constructors Constructor Description AdminServiceAlarmsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateCurrentBundleCountAlarm()voidcreateFirstValidBundleFilesCountAlarm()-
Methods inherited from class org.onebusaway.aws.monitoring.impl.alarms.AlarmsTemplate
getActions, getAlarmName, getCriticalAction, getEnv, getMetricAlarmRequest, getNonCriticalAction, getRDSMetricAlarmRequest, getSQSMetricAlarmRequest, getSqsQueue, onApplicationEvent
-
-
-
-
Method Detail
-
createCurrentBundleCountAlarm
public void createCurrentBundleCountAlarm()
- Specified by:
createCurrentBundleCountAlarmin interfaceAdminServerAlarms
-
createFirstValidBundleFilesCountAlarm
public void createFirstValidBundleFilesCountAlarm()
- Specified by:
createFirstValidBundleFilesCountAlarmin interfaceAdminServerAlarms
-
-