Package omero :: Package plugins :: Module node
[hide private]
[frames] | no frames]

Module node

source code

:author: Josh Moore, josh at glencoesoftware.com

OMERO Grid node controller

This is a python wrapper around icegridnode.

Copyright 2008 Glencoe Software, Inc. All Rights Reserved. Use is subject to license terms supplied in LICENSE.txt

Classes [hide private]
  NodeControl
Variables [hide private]
  HELP = """Control icegridno...

Imports: BaseControl, CLI, NonZeroReturnCode, tail_lines, os, sys, signal, path


Variables Details [hide private]

HELP

Value:
"""Control icegridnode.

           start       -- Start the node via icegridnode. With sync do\
esn't \
return until reachable.
           stop        -- Stop the node via icegridadmin. With sync do\
esn't \
return until stopped.
...