Class Status

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Status
    extends java.lang.Object
    implements java.lang.Runnable
    Status check for OMERO.blitz. Uses the "StatusCheck" proxy as defined in the Ice properties passed to main method.
    Since:
    3.0-Beta3
    • Constructor Summary

      Constructors 
      Constructor Description
      Status​(java.lang.String[] args)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Uses the passed args to create an Communicator.
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Status

        public Status​(java.lang.String[] args)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Uses the passed args to create an Communicator.
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable