Ejemplo n.º 1
0
 def __init__(self):
     ServerCommand.__init__(self, "status")
Ejemplo n.º 2
0
 def __init__(self):
     ServerCommand.__init__(self, "server-info")
Ejemplo n.º 3
0
 def __init__(self, name, forwarded):
     """name is the message name, forwarded is whether the request is
        forwarded."""
     ServerCommand.__init__(self, name)
     self.forwarded=forwarded
Ejemplo n.º 4
0
 def __init__(self):
     ServerCommand.__init__(self, "network-topology-update")
Ejemplo n.º 5
0
 def __init__(self):
     ServerCommand.__init__(self, "readconf")
Ejemplo n.º 6
0
 def __init__(self):
     ServerCommand.__init__(self, "persist-connection")
Ejemplo n.º 7
0
 def __init__(self):
     ServerCommand.__init__(self, "grant-all-node-connections")
Ejemplo n.º 8
0
 def __init__(self):
     ServerCommand.__init__(self, "project-debug")
Ejemplo n.º 9
0
 def __init__(self):
     ServerCommand.__init__(self, "project-graph")
Ejemplo n.º 10
0
 def __init__(self):
     ServerCommand.__init__(self, "project-deactivate")
Ejemplo n.º 11
0
 def __init__(self):
     ServerCommand.__init__(self, "project-rerun")
Ejemplo n.º 12
0
 def __init__(self):
     ServerCommand.__init__(self, "grant-access")
Ejemplo n.º 13
0
 def __init__(self):
     ServerCommand.__init__(self, "project-start")
Ejemplo n.º 14
0
 def __init__(self):
     ServerCommand.__init__(self, "projects")
Ejemplo n.º 15
0
 def __init__(self):
     ServerCommand.__init__(self, "list-servers")
Ejemplo n.º 16
0
 def __init__(self):
     ServerCommand.__init__(self, "project-upload")
Ejemplo n.º 17
0
 def __init__(self):
     ServerCommand.__init__(self, "network-topology-client")
Ejemplo n.º 18
0
 def __init__(self):
     ServerCommand.__init__(self, "project-add-instance")
Ejemplo n.º 19
0
 def __init__(self):
     ServerCommand.__init__(self, "connect-server-request")
Ejemplo n.º 20
0
 def __init__(self):
     ServerCommand.__init__(self, "project-transact")
Ejemplo n.º 21
0
 def __init__(self):
     ServerCommand.__init__(self, "change-node-priority")
Ejemplo n.º 22
0
 def __init__(self):
     ServerCommand.__init__(self, "project-commit")
Ejemplo n.º 23
0
 def __init__(self):
     ServerCommand.__init__(self, "login")
Ejemplo n.º 24
0
 def __init__(self):
     ServerCommand.__init__(self, "project-rollback")
Ejemplo n.º 25
0
 def __init__(self):
     ServerCommand.__init__(self, "save-state")
Ejemplo n.º 26
0
 def __init__(self):
     ServerCommand.__init__(self, "status")
Ejemplo n.º 27
0
 def __init__(self):
     self.forwarded=False
     ServerCommand.__init__(self, "worker-ready")
Ejemplo n.º 28
0
 def __init__(self):
     ServerCommand.__init__(self, "projects")
Ejemplo n.º 29
0
 def __init__(self):
     ServerCommand.__init__(self, "heartbeat-forward")
Ejemplo n.º 30
0
 def __init__(self):
     ServerCommand.__init__(self, "project-start")
Ejemplo n.º 31
0
 def __init__(self):
     ServerCommand.__init__(self, "node-connection-accepted")
Ejemplo n.º 32
0
 def __init__(self):
     ServerCommand.__init__(self, "pull-asset")
Ejemplo n.º 33
0
 def __init__(self):
     ServerCommand.__init__(self, "change-node-priority")
Ejemplo n.º 34
0
 def __init__(self):
     ServerCommand.__init__(self, "clear-asset")
Ejemplo n.º 35
0
 def __init__(self):
     ServerCommand.__init__(self, "network-topology-update")
Ejemplo n.º 36
0
 def __init__(self):
     ServerCommand.__init__(self, "pull-asset")
Ejemplo n.º 37
0
 def __init__(self):
     ServerCommand.__init__(self, "connnect-server")
Ejemplo n.º 38
0
 def __init__(self):
     ServerCommand.__init__(self, "clear-asset")
Ejemplo n.º 39
0
 def __init__(self):
     ServerCommand.__init__(self, "revoke-node")
Ejemplo n.º 40
0
 def __init__(self):
     ServerCommand.__init__(self, "readconf")
Ejemplo n.º 41
0
 def __init__(self):
     ServerCommand.__init__(self, "node-connection-accepted")
Ejemplo n.º 42
0
 def __init__(self):
     ServerCommand.__init__(self, "stop")
Ejemplo n.º 43
0
 def __init__(self):
     ServerCommand.__init__(self, "network-topology-client")
Ejemplo n.º 44
0
 def __init__(self):
     ServerCommand.__init__(self, "save-state")
Ejemplo n.º 45
0
 def __init__(self):
     ServerCommand.__init__(self, "add-user")
Ejemplo n.º 46
0
 def __init__(self):
     ServerCommand.__init__(self, "ping")
Ejemplo n.º 47
0
 def __init__(self):
     ServerCommand.__init__(self, "demote-user")
Ejemplo n.º 48
0
 def __init__(self):
     ServerCommand.__init__(self, "server-info")
Ejemplo n.º 49
0
 def __init__(self):
     ServerCommand.__init__(self, "stop")
Ejemplo n.º 50
0
 def __init__(self):
     ServerCommand.__init__(self, "persist-connection")
Ejemplo n.º 51
0
 def __init__(self):
     ServerCommand.__init__(self, "ping")
Ejemplo n.º 52
0
 def __init__(self):
     ServerCommand.__init__(self, "connnect-server")
Ejemplo n.º 53
0
 def __init__(self):
     ServerCommand.__init__(self, "list")
Ejemplo n.º 54
0
 def __init__(self):
     ServerCommand.__init__(self, "connect-server-request")
Ejemplo n.º 55
0
 def __init__(self):
     self.forwarded=True
     ServerCommand.__init__(self, "worker-ready-forward")
Ejemplo n.º 56
0
 def __init__(self):
     ServerCommand.__init__(self, "revoke-node")
Ejemplo n.º 57
0
 def __init__(self):
     ServerCommand.__init__(self, "worker-heartbeat")
Ejemplo n.º 58
0
 def __init__(self):
     ServerCommand.__init__(self, "grant-all-node-connections")
Ejemplo n.º 59
0
 def __init__(self):
     ServerCommand.__init__(self, "dead-worker-fetch")
Ejemplo n.º 60
0
 def __init__(self):
     ServerCommand.__init__(self, "project-rollback")