Package com.solab.alarms.channels

This package contains concrete implementations for different AlarmChannels which do not have any external dependencies.

See:
          Description

Class Summary
CommandLineChannel This alarm channel executes a command-line program, either passing the alarm message as a parameter to it as an argument of ${alarm}, or feeding the alarm message to its STDIN.
HttpChannel This channel can send an alarm over an HTTP GET or POST request.
TestChannel A very simple alarm channel that only prints the alarm messages to STDOUT.
 

Package com.solab.alarms.channels Description

This package contains concrete implementations for different AlarmChannels which do not have any external dependencies.



Copyright © 2011 Java Mexico. All Rights Reserved.