Exemplo n.º 1
0
 def sendShutdownRequest(self, entry):
     cmdreq = Message.CmdShutdownReq(after_secs=0)
     cmdres = Client.send_object(entry.addr, cmdreq)
Exemplo n.º 2
0
 def sendShutdownRequest(self, entry) :  
     cmdreq = Message.CmdShutdownReq(after_secs=0)
     cmdres = Client.send_object( entry.addr, cmdreq )
Exemplo n.º 3
0
 def sendReconfigRequest(self, entry):  # reconfig
     cmdreq = Message.CmdSetPMRelationReq(pm_relation=entry)
     cmdres = Client.send_object(entry.addr, cmdreq)
Exemplo n.º 4
0
 def sendReconfigRequest(self, entry) :    # reconfig
     cmdreq = Message.CmdSetPMRelationReq(pm_relation=entry)
     cmdres = Client.send_object( entry.addr, cmdreq )