Package omero.api

Class _ClientCallbackTie

    • Constructor Detail

      • _ClientCallbackTie

        public _ClientCallbackTie()
    • 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
      • requestHeartbeat

        public void requestHeartbeat​(Ice.Current __current)
        Description copied from interface: _ClientCallbackOperations
        Heartbeat-request made by the server to guarantee that the client is alive. If the client is still active, then some method should be made on the server to update the last idle time.
        Specified by:
        requestHeartbeat in interface _ClientCallbackOperations
        Parameters:
        __current - The Current object for the invocation.
      • sessionClosed

        public void sessionClosed​(Ice.Current __current)
        Description copied from interface: _ClientCallbackOperations
        The session to which this ServiceFactory is connected has been closed. Almost no further method calls (if any) are possible. Create a new session via omero.client.createSession()
        Specified by:
        sessionClosed in interface _ClientCallbackOperations
        Parameters:
        __current - The Current object for the invocation.
      • shutdownIn

        public void shutdownIn​(long milliseconds,
                               Ice.Current __current)
        Description copied from interface: _ClientCallbackOperations
        Message that the server will be shutting down in the given number of milliseconds, after which all new and running method invocations will receive a CancelledException.
        Specified by:
        shutdownIn in interface _ClientCallbackOperations
        __current - The Current object for the invocation.