3.1.10. c3po.CollaborativeExchanger module

Inheritance diagram of c3po.CollaborativeExchanger

Contain the classe CollaborativeExchanger.

class c3po.CollaborativeExchanger.CollaborativeExchanger(exchangers)

Bases: Exchanger, CollaborativeObject

CollaborativeExchanger is an Exchanger that allows to handle a set of Exchanger as a single one.

__init__(exchangers)

Build an CollaborativeExchanger object.

Parameters:

exchangers (list[Exchanger]) – A list of Exchanger.

clean()

See Exchanger.clean().

exchange()

Trigger the exchange of data.