Package flumotion :: Package admin :: Package command :: Module component :: Class Property
[hide private]

Class Property

source code

extern.command.command.Command --+    
                                 |    
       extern.log.log.Loggable --+    
                                 |    
    monitor.nagios.util.LogCommand --+
                                     |
                                    Property

Instance Methods [hide private]
 
handleOptions(self, options)
Handle the parsed options.
source code
 
_callback(self, result) source code
 
_errback(self, failure) source code

Inherited from monitor.nagios.util.LogCommand: __init__, debug

Inherited from extern.command.command.Command: addOptions, do, getFullName, getRootCommand, outputHelp, outputUsage, parse

Inherited from extern.log.log.Loggable: __providedBy__, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  description = 'Act on properties of a component.'
longer paragraph explaining the command
  subCommandClasses = [PropertyGet, PropertyList]
hash(x)

Inherited from extern.command.command.Command: aliasedSubCommands, aliases, name, parentCommand, parser, subCommands, summary, usage

Inherited from extern.log.log.Loggable: __implemented__, __provides__, logCategory

Method Details [hide private]

handleOptions(self, options)

source code 

Handle the parsed options.

Overrides: extern.command.command.Command.handleOptions
(inherited documentation)