NAME
Monitoring::Spooler::Cmd::Command::text - the text transport
DESCRIPTION
This class invokes the most suitable text transport to send any queued text messages.
METHODS
_cleanup
This method removes all sent messages from the queue.
_media_type
Always return 'text'.
_prepare_message_and_send
This methods accepts a group id and a HashRef keyed by group id. It will accumulate and send all messages for the given group id using the superclass-defined _send_with_best_transport method.
abstract
Returns the usage string shown in the App::Cmd overview screen.
NAME
Monitoring::Spooler::Cmd::Command::Text - The text transport
Q&A
What is a text? I just want to send an SMS!
SMS eq text
AUTHOR
Dominik Schulz <tex@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.