| Package | Description |
|---|---|
| com.solab.alarms |
This package contains the main classes and interfaces for the library, as well as the main class, AlarmSender.
|
| com.solab.alarms.channels |
This package contains concrete implementations for different AlarmChannels which do not have any external
dependencies.
|
| com.solab.alarms.channels.twitter |
This package contains the TwitterChannel component and the TwitterAuth program.
|
| Class and 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 and Description |
|---|
| AbstractAlarmChannel
An abstract implementation of AlarmChannel, to ease the creation of custom channels.
|
| AlarmChannel
This interface defines the behavior of an alarm channel.
|
| Class and Description |
|---|
| AbstractAlarmChannel
An abstract implementation of AlarmChannel, to ease the creation of custom channels.
|
| AlarmChannel
This interface defines the behavior of an alarm channel.
|