|
_complete(self,
text,
line,
begidx,
endidx)
Returns a file after "deploy", "start", or
"startasync" and otherwise delegates to the BaseControl |
source code
|
|
|
|
|
|
|
_query_service(self,
svc_name)
Query the service Required to check the stdout since rcode is not
non-0 |
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,
*command_arguments)
Used to generate an icegridadmin command line argument list |
source code
|
|
|
|
|
checkwindows(self,
args)
Checks that the templates file as defined in etc\Windows.cfg can be
found. |
source code
|
|
|
startasync(self,
args,
config)
First checks for a valid installation, then checks the grid, then
registers the action: "node HOST start" |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
waitdown(self,
args)
Returns true if the server went down |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check_node(self,
args)
If the args argparse.Namespace argument has no "node"
attribute, then assign one. |
source code
|
|
|
|
|
open_config(self,
unused)
Callers are responsible for closing the returned ConfigXml object. |
source code
|
|
|
|
|
|
|
|
Inherited from cli.BaseControl :
__init__
Inherited from cli.BaseControl (private):
_ask_for_password ,
_cfglist ,
_complete2 ,
_complete_file ,
_host ,
_icecfg ,
_icedata ,
_initDir ,
_intcfg ,
_isWindows ,
_nodedata ,
_pid ,
_properties ,
_regdata
|