Package omero :: Package plugins :: Module admin :: Class AdminControl
[hide private]
[frames] | no frames]

Class AdminControl

source code


Instance Methods [hide private]
 
help(self, args=None) source code
 
events(self, svc_name) source code
 
_query_service(self, svc_name)
Query the service Required to check the stdout since rcode is not non-0
source code
 
_complete(self, text, line, begidx, endidx) source code
 
_node(self, omero_node=None)
Overrides the regular node() logic to return the value of OMERO_MASTER or "master"
source code
 
_cmd(self, *args) source code
 
_descript(self, first, other) source code
 
checkwindows(self, *args)
Checks that the templates file as defined in etc\Windows.cfg can be found.
source code
 
startasync(self, args)
First checks for a valid installation, then checks the grid, then registers the action: "node HOST start"
source code
 
start(self, args) source code
 
deploy(self, args) source code
 
status(self, args) source code
 
__DISABLED__restart(self, args) source code
 
__DISABLED__restartasync(self, args) source code
 
waitup(self, args) source code
 
waitdown(self, args) source code
 
stopasync(self, args) source code
 
stop(self, args) source code
 
check(self, args) source code
 
ice(self, args) source code
 
diagnostics(self, args) source code

Inherited from cli.BaseControl: __call__, __init__

Method Details [hide private]

help(self, args=None)

source code 
Overrides: cli.BaseControl.help

_complete(self, text, line, begidx, endidx)

source code 
Overrides: cli.BaseControl._complete

_node(self, omero_node=None)

source code 

Overrides the regular node() logic to return the value of OMERO_MASTER or "master"

Overrides: cli.BaseControl._node