
Supervisor::Constants - Define useful constants for the Supervisor

use Supervisor::Class version => '0.01', base => 'Supervisor::Base', constants => 'STOPPED STARTED :rpc' ;

This module defines some useful constants that are used thru out the supervisor environment.

These can be exported individually or by using :all.
START STOP RESTART RELOAD RUNNING STOPPED ALIVE DEAD SHUTDOWN RELOADED STARTED UNKNOWN
Additionaly these can be exported by using :rpc.
JSONRPC DEFAULT_HOST DEFAULT_PORT ERR_PARSE ERR_REQ ERR_METHOD ERR_PARAMS ERR_INTERNAL ERR_SERVER SRV_ERR_MIN SRV_ERR_MAX

Badger::Constants Supervisor Supervisor::Base Supervisor::Class Supervisor::Constants Supervisor::Controller Supervisor::Log Supervisor::Process Supervisor::ProcessFactory Supervisor::Session Supervisor::Utils Supervisor::RPC::Server Supervisor::RPC::Client

Kevin Esteb, <kesteb@wsipc.org>

Copyright (C) 2009 by 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.