|
| def | __init__ (self, supif) |
| |
| def | do_help (self, arg) |
| |
| def | exec_cmd (self, line) |
| |
| def | parseline (self, line) |
| |
| def | do_setup (self, arg) |
| |
| def | do_subset (self, arg) |
| |
| def | do_init (self, arg) |
| |
| def | do_enable (self, arg) |
| |
| def | do_disable (self, arg) |
| |
| def | do_reset (self, arg) |
| |
| def | do_get_config (self, arg) |
| |
| def | do_state (self, arg) |
| | Get the state of the supervisor. More...
|
| |
| def | do_status (self, arg) |
| | Get the status of the supervisor. More...
|
| |
| def | do_subnames (self, arg) |
| | Get the names of the subsystems managed by the supervisor. More...
|
| |
| def | do_substatus (self, arg) |
| | Get the subsystem detailed status. More...
|
| |
◆ __init__()
| def supclib.shell_commander.Commander.__init__ |
( |
|
self, |
|
|
|
supif |
|
) |
| |
◆ do_disable()
| def supclib.shell_commander.Commander.do_disable |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_enable()
| def supclib.shell_commander.Commander.do_enable |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_get_config()
| def supclib.shell_commander.Commander.do_get_config |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_help()
| def supclib.shell_commander.Commander.do_help |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_init()
| def supclib.shell_commander.Commander.do_init |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_reset()
| def supclib.shell_commander.Commander.do_reset |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_setup()
| def supclib.shell_commander.Commander.do_setup |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_state()
| def supclib.shell_commander.Commander.do_state |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the state of the supervisor.
◆ do_status()
| def supclib.shell_commander.Commander.do_status |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the status of the supervisor.
◆ do_subnames()
| def supclib.shell_commander.Commander.do_subnames |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the names of the subsystems managed by the supervisor.
◆ do_subset()
| def supclib.shell_commander.Commander.do_subset |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_substatus()
| def supclib.shell_commander.Commander.do_substatus |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the subsystem detailed status.
◆ exec_cmd()
| def supclib.shell_commander.Commander.exec_cmd |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ parseline()
| def supclib.shell_commander.Commander.parseline |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ allowedchars
| supclib.shell_commander.Commander.allowedchars |
◆ lastcmd
| supclib.shell_commander.Commander.lastcmd |
◆ supcmd
| supclib.shell_commander.Commander.supcmd |
The documentation for this class was generated from the following file: