Public Member Functions | |
def | __init__ |
def | __repr__ |
def | __str___ |
def | kill |
def | start |
def | stop |
def | switch |
Public Attributes | |
name | |
Private Member Functions | |
def | _kill |
def | _unload |
Private Attributes | |
_list_service |
Definition at line 61 of file controller.py.
def rosh_experimental.controller.Controller.__init__ | ( | self, | |
name, | |||
list_service | |||
) |
Definition at line 63 of file controller.py.
def rosh_experimental.controller.Controller.__repr__ | ( | self | ) |
Definition at line 67 of file controller.py.
def rosh_experimental.controller.Controller.__str___ | ( | self | ) |
Definition at line 80 of file controller.py.
def rosh_experimental.controller.Controller._kill | ( | self | ) | [private] |
Definition at line 117 of file controller.py.
def rosh_experimental.controller.Controller._unload | ( | self | ) | [private] |
Definition at line 109 of file controller.py.
def rosh_experimental.controller.Controller.kill | ( | self | ) |
Definition at line 112 of file controller.py.
def rosh_experimental.controller.Controller.start | ( | self | ) |
Definition at line 94 of file controller.py.
def rosh_experimental.controller.Controller.stop | ( | self | ) |
Definition at line 91 of file controller.py.
def rosh_experimental.controller.Controller.switch | ( | self, | |
c | |||
) |
Definition at line 101 of file controller.py.
Definition at line 63 of file controller.py.
Definition at line 63 of file controller.py.