Package linspector :: Package lib :: Package services :: Module service :: Class Service
[hide private]
[frames] | no frames]

Class Service

source code

object --+
         |
        Service
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
add_arguments(self, args) source code
 
add_argument(self, key, value) source code
 
get_arguments(self) source code
 
add_periods(self, period) source code
 
get_periods(self) source code
 
get_fails(self) source code
 
has_fail(self, fail) source code
 
put_fail(self, key, value) source code
 
put_fails(self, fails) source code
 
get_threshold(self) source code
 
get_comment(self) source code
 
set_host(self, host) source code
 
get_host(self) source code
 
get_parser(self) source code
 
add_parser(self, parser) source code
 
needs_arguments(self) source code
 
_execute(self) source code
 
execute(self) source code
 
pre_execute(self) source code
 
parse_result(self, executionResult) source code
 
handle_result(self, parseResult) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)