Public Member Functions | |
def | __init__ |
def | cancel_cb |
def | get_available_applications |
def | kill_cb |
def | list_cb |
def | run_cb |
def | start_application |
def | stop_application |
def | stop_cb |
def | update_resources |
Public Attributes | |
applications | |
kill_interface | |
list_interface | |
lock | |
queue | |
run_interface | |
stop_interface |
Definition at line 262 of file manager.py.
def application_manager.manager.ApplicationManager.__init__ | ( | self, | |
queue | |||
) |
Definition at line 263 of file manager.py.
def application_manager.manager.ApplicationManager.cancel_cb | ( | self, | |
goal | |||
) |
Definition at line 369 of file manager.py.
Definition at line 275 of file manager.py.
def application_manager.manager.ApplicationManager.kill_cb | ( | self, | |
goal | |||
) |
Definition at line 399 of file manager.py.
def application_manager.manager.ApplicationManager.list_cb | ( | self, | |
goal | |||
) |
Definition at line 407 of file manager.py.
def application_manager.manager.ApplicationManager.run_cb | ( | self, | |
goal | |||
) |
Definition at line 358 of file manager.py.
def application_manager.manager.ApplicationManager.start_application | ( | self, | |
application_name, | |||
wait = False |
|||
) |
Definition at line 318 of file manager.py.
def application_manager.manager.ApplicationManager.stop_application | ( | self, | |
application_name, | |||
wait = False |
|||
) |
Definition at line 341 of file manager.py.
def application_manager.manager.ApplicationManager.stop_cb | ( | self, | |
goal | |||
) |
Definition at line 391 of file manager.py.
def application_manager.manager.ApplicationManager.update_resources | ( | self, | |
app, | |||
resource_list, | |||
applications | |||
) |
Definition at line 309 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.
Definition at line 263 of file manager.py.