
Helios::TestService - Helios::Service subclass useful for testing

You can use Helios::TestService to test the functionality of your Helios collective:
helios.pl Helios::TestService
at a command prompt.
helios_job_submit.pl Helios::TestService "<job><params><arg1>value1</arg1></params></job>"

The run() method prints a "Hello World!" message to the Helios log and then logs the job arguments.
This method prints the service's config params to the terminal. It's only called when Helios::TestService is run in debug mode.
This method prints the job arguments passed to the service to the terminal. It's only called when Helios::TestService is run in debug mode.


Andrew Johnson, <ajohnson at ittoolbox dotcom>

Copyright (C) 2012 by Andrew Johnson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

This software comes with no warranty of any kind.