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