Package backend :: Package server :: Package handlers :: Package xmlrpc :: Module up2date :: Class Servers
[hide private]
[frames] | no frames]

Class Servers

source code


A class to handle the site selection...

Instance Methods [hide private]
 
__init__(self)
Servers Class Constructor.
source code
 
get(self, *junk)
Older funtion that can be a noop.
source code
 
list(self, systemid=None)
Returns a list of available servers the client can connect to.
source code

Inherited from spacewalk.server.rhnHandler.rhnHandler: auth_system

Inherited from spacewalk.common.RPC_Base.RPC_Base: get_function

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Servers Class Constructor.

Overrides: spacewalk.common.RPC_Base.RPC_Base.__init__