NAME

POEIKCdaemon::Utility - Utility for POEIKCdaemon

SYNOPSIS

The reload of the module.

$ret = $ikc->post_respond('POEIKCd/method_respond' => 
	['POEIKCdaemon::Utility'=> 'reload', 'MyClass']
);
print Dumper $ret;

The reload of the module and Method execution.

$ret = $ikc->post_respond('POEIKCd/method_respond' => 
	['POEIKCdaemon::Utility'=> 'reload', 'MyClass'=> 'my_method']
);
print Dumper $ret;

A stop of poeikcd

$ret = $ikc->post_respond('POEIKCd/method_respond' => 
	['POEIKCdaemon::Utility' => 'stop']
);
print Dumper $ret;

DESCRIPTION

POEIKCdaemon::Utility is Utility for POEIKCdaemon

AUTHOR

Yuji Suzuki <yuji.suzuki.perl@gmail.com>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

POEIKCdaemon