NAME
Lim::Plugin::Zonalizer::Server - Server class for the zonalizer Lim plugin
VERSION
See Lim::Plugin::Zonalizer for version.
SYNOPSIS
use Lim::Plugin::Zonalizer;
# Create a Server object
$server = Lim::Plugin::Zonalizer->Server;
METHODS
These methods are called from the Lim framework and should not be used else where.
Please see Lim::Plugin::Zonalizer for full documentation of calls.
- Init
- Read1
- Create1
- Update1
- Delete1
- ReadVersion
- ReadStatus
- ReadAnalysis
- DeleteAnalysis
- CreateAnalyze
- ReadAnalyze
- ReadAnalyzeStatus
- DeleteAnalyze
- ReadPolicies
- ReadPolicy
PRIVATE METHODS
- StoreAnalyze
- GetTranslator
- StartCollector
AUTHOR
Jerry Lundström, <lundstrom.jerry@gmail.com>
BUGS
Please report any bugs or feature requests to https://github.com/jelu/lim-plugin-zonalizer/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Lim::Plugin::Zonalizer::Server
You can also look for information at:
Lim issue tracker (report bugs here)
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2015-2016 Jerry Lundström Copyright 2015-2016 IIS (The Internet Foundation in Sweden)
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.