Exemplo n.º 1
0
    def __init__(self):
        AdaptiveCommsComponent.__init__(self)

        basecomponent.__init__(self)

        self.MR['rpc_addgateway'] = {'remotenode': [(str, unicode), 'UUID of remote node'],
                                     'connector': [str, 'Name of connector']}
        self.MR['rpc_listgateways'] = {}
        RPCMixin.__init__(self)

        # TODO: Evaluate renaming, gateway maybe hella confusing..
        self.gateways = {}
Exemplo n.º 2
0
    def __init__(self):
        AdaptiveCommsComponent.__init__(self)

        basecomponent.__init__(self)

        self.MR['rpc_addgateway'] = {
            'remotenode': [(str, unicode), 'UUID of remote node'],
            'connector': [str, 'Name of connector']
        }
        self.MR['rpc_listgateways'] = {}
        RPCMixin.__init__(self)

        # TODO: Evaluate renaming, gateway maybe hella confusing..
        self.gateways = {}
Exemplo n.º 3
0
 def __init__(self):
     basecomponent.__init__(self)
     RPCMixin.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     basecomponent.__init__(self)
     RPCMixin.__init__(self)