|
|
|
|
|
|
|
|
|
|
|
|
|
|
__fetch_future_action(self,
action)
Fetch one specific action from rhnParent |
source code
|
|
|
|
__check_future_actions(self)
Retrieve scheduled actions and cache them if possible |
source code
|
|
|
|
|
|
|
|
|
|
__parse_action_data(self,
action)
Parse action data and returns (method, params) |
source code
|
|
|
|
submit_response(self,
action_id,
status,
message,
data)
Submit a response for an action_id. |
source code
|
|
|
|
handle_action(self,
action,
cache_only=None)
Wrapper handler for the action we're asked to do. |
source code
|
|
|
|
|
|
Inherited from up2date_client.rhncli.RhnCli:
initialize,
run,
saveConfig
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
__get_server()
Initialize a server connection and set up capability info. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__check_rhn_disabled()
If we're disabled, go down (almost) quietly. |
source code
|
|
|
|
|
|
|
|