syspolicy :: change :: Change :: Class Change
[hide private]
[frames] | no frames]

Class Change

source code

This class represents a Change element for keeping track of the actions that need to be performed on the system. Contains no logic, only data.

Instance Methods [hide private]
 
__init__(self, subsystem, operation, parameters) source code
Class Variables [hide private]
  subsystem = None
indicates the module that implements the Change
  operation = None
indicates the change operation function
  parameters = None
dictionary of parameters for the operation
  state = 0
current state of the operation