Package omero.grid

Class _InteractiveProcessorTie

    • Constructor Detail

      • _InteractiveProcessorTie

        public _InteractiveProcessorTie()
    • 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
      • expires

        public long expires​(Ice.Current __current)
        Description copied from interface: _InteractiveProcessorOperations
        Returns the system clock time in milliseconds since the epoch at which this processor will be reaped.
        Specified by:
        expires in interface _InteractiveProcessorOperations
        Parameters:
        __current - The Current object for the invocation.
      • getJob

        public Job getJob​(Ice.Current __current)
        Description copied from interface: _InteractiveProcessorOperations
        Returns the job which defines this processor. This may be only the last job associated with the processor if execute is called multiple times.
        Specified by:
        getJob in interface _InteractiveProcessorOperations
        Parameters:
        __current - The Current object for the invocation.
      • getResults

        public RMap getResults​(ProcessPrx proc,
                               Ice.Current __current)
                        throws ServerError
        Description copied from interface: _InteractiveProcessorOperations
        Retrieve the results for the given process. This will throw an ApiUsageException if called before the process has returned. Use either process.poll() or process.wait() or a ProcessCallback to wait for completion before calling. If the user has not overridden or disabled the output values "stdout" and "stderr", these will be filled with the OriginalFile instances uploaded after completion under the key values of the same name.
        Specified by:
        getResults in interface _InteractiveProcessorOperations
        __current - The Current object for the invocation.
        Throws:
        ServerError