Package omero.cmd

Class _HandleTie

    • Constructor Detail

      • _HandleTie

        public _HandleTie()
    • 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
      • cancel

        public boolean cancel​(Ice.Current __current)
                       throws LockTimeout
        Description copied from interface: _HandleOperations
        Attempts to cancel execution of this Request. Returns true if cancellation was successful. Returns false if not, in which case likely this request will run to completion.
        Specified by:
        cancel in interface _HandleOperations
        Parameters:
        __current - The Current object for the invocation.
        Throws:
        LockTimeout
      • close

        public void close​(Ice.Current __current)
        Description copied from interface: _HandleOperations
        Closes this handle. If the request is running, then a cancellation will be attempted first. All uses of a handle should be surrounded by a try/finally close block.
        Specified by:
        close in interface _HandleOperations
        Parameters:
        __current - The Current object for the invocation.
      • getRequest

        public Request getRequest​(Ice.Current __current)
        Description copied from interface: _HandleOperations
        Returns the request object that was used to initialize this handle. Never null.
        Specified by:
        getRequest in interface _HandleOperations
        Parameters:
        __current - The Current object for the invocation.
      • getResponse

        public Response getResponse​(Ice.Current __current)
        Description copied from interface: _HandleOperations
        Returns a response if this handle has finished execution, otherwise returns null.
        Specified by:
        getResponse in interface _HandleOperations
        Parameters:
        __current - The Current object for the invocation.
      • getStatus

        public Status getStatus​(Ice.Current __current)
        Description copied from interface: _HandleOperations
        Returns a status object for the current execution. This will likely be the same object that would be returned as a component of the Response value. Never null.
        Specified by:
        getStatus in interface _HandleOperations
        Parameters:
        __current - The Current object for the invocation.