Package com.solab.alarms

This package contains the main classes and interfaces for the library, as well as the main class, AlarmSender.

See:
          Description

Interface Summary
AlarmCache The AlarmSender uses a cache to avoid resending the same message very frequently.
AlarmChannel This interface defines the behavior of an alarm channel.
 

Class Summary
AbstractAlarmChannel An abstract implementation of AlarmChannel, to ease the creation of custom channels.
AlarmSender This is the central class for jAlarms.
DefaultAlarmCache This is the default cache, which uses a map to store the last date a message was sent for a given channel/msg/source cobination.
 

Package com.solab.alarms Description

This package contains the main classes and interfaces for the library, as well as the main class, AlarmSender.



Copyright © 2011 Java Mexico. All Rights Reserved.