NAME
XAS::Lib::App::Services::Win32 - A mixin class for Win32 Services
DESCRIPTION
This module provides a mixin class to define the necessary functionality for a Service to run on Win32.
METHODS
define_daemon
This method does nothing on Win32.
get_service_config
This method defines how the service is configured. This is used with the --install and --deinstall command line options. See Win32::Daemon for more details.
install_service
This method will install the service with the SCM.
remove_service
This method will deinstall the service for the SCM.
SEE ALSO
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2014 Kevin L. Esteb
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.8 or, at your option, any later version of Perl 5 you may have available.
See http://dev.perl.org/licenses/ for more information.