Package up2date_client :: Module rhnreg :: Class RegistrationResult
[hide private]
[frames] | no frames]

Class RegistrationResult

source code

Instance Methods [hide private]
 
__init__(self, systemId, channels, failedChannels, systemSlots, failedSystemSlots, universalActivationKey, rawDict=None) source code
 
getSystemId(self) source code
 
getChannels(self) source code
 
getFailedChannels(self) source code
 
getSystemSlots(self) source code
 
getSystemSlotDescriptions(self) source code
 
getFailedSystemSlotDescriptions(self) source code
 
getUniversalActivationKey(self)
Returns None if no universal activation key was used.
source code
 
hasBaseAndUpdates(self)
Returns True if the system was subscribed to at least one channel and was given any type of system slot so it will get updates.
source code
 
_getFailedSlotDescription(self, slot) source code
 
_getSlotDescription(self, slot) source code
Method Details [hide private]

hasBaseAndUpdates(self)

source code 

Returns True if the system was subscribed to at least one channel and was given any type of system slot so it will get updates. In other words, returns True if the system will be getting at least basic updates.