NAME
SNMP::Effective::Dispatch - Helper module for SNMP::Effective
VERSION
This document refers to version 1.05 of SNMP::Effective::Dispatch.
DESCRIPTION
This is a helper module for SNMP::Effective
METHODS
dispatch
This method does the actual fetching, and is called by SNMP::Effective::execute
DEBUGGING
Debugging is enabled through Log::Log4perl. If nothing else is spesified, it will default to "error" level, and print to STDERR. The component-name you want to change is "SNMP::Effective", inless this module ins inherited.
NOTES
%SNMP::Effective::Dispatch::METHOD
This hash contains a mapping between $effective->add($key => []), SNMP::Effective::Dispatch::_$key() and SNMP.pm's $value method. This means that you can actually add your custom method if you like.
The SNMP::Effective::Dispatch::_walk() method, is a working example on this, since it's actually a series of getnext, seen from SNMP.pm's perspective.
TODO
AUTHOR
Jan Henning Thorsen, <pm at flodhest.net>
ACKNOWLEDGEMENTS
Various contributions by Oliver Gorwits.
COPYRIGHT & LICENSE
Copyright 2007 Jan Henning Thorsen, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.