The networking_cisco.plugins.cisco.cfg_agent.service_helpers.service_helper Module

class networking_cisco.plugins.cisco.cfg_agent.service_helpers.service_helper.QueueMixin

Bases: object

dequeue(qname)
enqueue(qname, data)
qsize(qname)

Return the approximate size of the queue.

class networking_cisco.plugins.cisco.cfg_agent.service_helpers.service_helper.ServiceHelperBase

Bases: object

notify(resource, **kwargs)

Calls all observers attached to the given subject.

process_service(*args, **kwargs)
register(observer)
unregister(observer)
update(resource, **kwargs)

For future support.