Package backend :: Package server :: Package handlers :: Package applet :: Module applet :: Class Applet
[hide private]
[frames] | no frames]

Class Applet

source code


Instance Methods [hide private]
 
__init__(self) source code
 
has_base_channel(self, uuid) source code
 
tie_uuid(self, systemid, uuid) source code
 
poll_status(self) source code
 
poll_packages(self, release, server_arch, timestamp=0, uuid=None) source code

Inherited from spacewalk.server.rhnHandler.rhnHandler: auth_system

Inherited from spacewalk.common.RPC_Base.RPC_Base: get_function

Class Variables [hide private]
  _query_lookup_server = <spacewalk.server.rhnSQL.sql_base.State...
  _query_lookup_base_channel = <spacewalk.server.rhnSQL.sql_base...
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: spacewalk.common.RPC_Base.RPC_Base.__init__

Class Variable Details [hide private]

_query_lookup_server

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998081158421\
6; statement=
        select s.id
          from rhnServer s,
               rhnServerUuid su
         where su.uuid = :uuid
           and su.server_id = s.id
         order by modified desc
...

_query_lookup_base_channel

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998081158428\
8; statement=
        select c.label
          from rhnChannel c,
               rhnServerChannel sc
         where sc.server_id = :server_id
           and sc.channel_id = c.id
           and c.parent_channel is null
...