See: Description
| Interface | Description |
|---|---|
| AlarmCache |
The AlarmSender uses a cache to avoid resending the same message very frequently.
|
| AlarmChannel |
This interface defines the behavior of an alarm channel.
|
| AlarmSender |
This interface is used to connect to an AlarmSenderImpl instance over RMI, JNDI, etc.
|
| Class | Description |
|---|---|
| AbstractAlarmChannel |
An abstract implementation of AlarmChannel, to ease the creation of custom channels.
|
| AlarmSenderImpl |
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.
|