Query: fusioninventory::agent::task
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FusionInventory::Agent::Task(3pm) User Contributed Perl Documentation FusionInventory::Agent::Task(3pm)NAMEFusionInventory::Agent::Task - Base class for agent taskDESCRIPTIONThis is an abstract class for all task performed by the agent.METHODSnew(%params) The constructor. The following parameters are allowed, as keys of the %params hash: logger the logger object to use (default: a new stderr logger) config target storage prologresp client deviceid isEnabled() This is a method to be implemented by each subclass. run() This is a method to be implemented by each subclass. getOptionsFromServer($response, $name, $feature) Get task-specific options in server response to prolog message. getModules($prefix) Return a list of modules for this task. All modules installed at the same location than this package, belonging to __PACKAGE__ namespace, will be returned. If optional $prefix is given, base search namespace will be __PACKAGE__/$prefix instead. perl v5.14.2 2012-06-14 FusionInventory::Agent::Task(3pm)