Package omero.grid

Class _ProcessCallbackTie

    • Constructor Detail

      • _ProcessCallbackTie

        public _ProcessCallbackTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • processCancelled

        public void processCancelled​(boolean success,
                                     Ice.Current __current)
        Description copied from interface: _ProcessCallbackOperations
        cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.
        Specified by:
        processCancelled in interface _ProcessCallbackOperations
        __current - The Current object for the invocation.
      • processFinished

        public void processFinished​(int returncode,
                                    Ice.Current __current)
        Description copied from interface: _ProcessCallbackOperations
        Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.
        Specified by:
        processFinished in interface _ProcessCallbackOperations
        __current - The Current object for the invocation.
      • processKilled

        public void processKilled​(boolean success,
                                  Ice.Current __current)
        Description copied from interface: _ProcessCallbackOperations
        kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.
        Specified by:
        processKilled in interface _ProcessCallbackOperations
        __current - The Current object for the invocation.