Package omero.api

Interface ClientCallbackPrx

  • All Superinterfaces:
    Ice.ObjectPrx
    All Known Implementing Classes:
    ClientCallbackPrxHelper

    public interface ClientCallbackPrx
    extends Ice.ObjectPrx
    Primary callback interface for interaction between client and server session (""ServiceFactory""). Where possible these methods will be called one-way to prevent clients from hanging the server.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_requestHeartbeat()
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(Ice.Callback __cb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ClientCallback_requestHeartbeat __cb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_requestHeartbeat​(Callback_ClientCallback_requestHeartbeat __cb)
      Heartbeat-request made by the server to guarantee that the client is alive.
      Ice.AsyncResult begin_sessionClosed()
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(Ice.Callback __cb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ClientCallback_sessionClosed __cb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_sessionClosed​(Callback_ClientCallback_sessionClosed __cb)
      The session to which this ServiceFactory is connected has been closed.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, Ice.Callback __cb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ClientCallback_shutdownIn __cb)
      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.
      Ice.AsyncResult begin_shutdownIn​(long milliseconds, Callback_ClientCallback_shutdownIn __cb)
      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.
      void end_requestHeartbeat​(Ice.AsyncResult __result)
      Heartbeat-request made by the server to guarantee that the client is alive.
      void end_sessionClosed​(Ice.AsyncResult __result)
      The session to which this ServiceFactory is connected has been closed.
      void end_shutdownIn​(Ice.AsyncResult __result)
      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.
      void requestHeartbeat()
      Heartbeat-request made by the server to guarantee that the client is alive.
      void requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Heartbeat-request made by the server to guarantee that the client is alive.
      void sessionClosed()
      The session to which this ServiceFactory is connected has been closed.
      void sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      The session to which this ServiceFactory is connected has been closed.
      void shutdownIn​(long milliseconds)
      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.
      void shutdownIn​(long milliseconds, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      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.
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Method Detail

      • requestHeartbeat

        void requestHeartbeat()
        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.
      • requestHeartbeat

        void requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat()
        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.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(Ice.Callback __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(Callback_ClientCallback_requestHeartbeat __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_ClientCallback_requestHeartbeat __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_requestHeartbeat

        Ice.AsyncResult begin_requestHeartbeat​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_requestHeartbeat

        void end_requestHeartbeat​(Ice.AsyncResult __result)
        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.
        Parameters:
        __result - The asynchronous result object.
      • sessionClosed

        void sessionClosed()
        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()
      • sessionClosed

        void sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed()
        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()
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(Ice.Callback __cb)
        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()
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Ice.Callback __cb)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(Callback_ClientCallback_sessionClosed __cb)
        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()
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Callback_ClientCallback_sessionClosed __cb)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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()
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        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()
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_sessionClosed

        Ice.AsyncResult begin_sessionClosed​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_VoidCallback __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        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()
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_sessionClosed

        void end_sessionClosed​(Ice.AsyncResult __result)
        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()
        Parameters:
        __result - The asynchronous result object.
      • shutdownIn

        void shutdownIn​(long milliseconds)
        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.
      • shutdownIn

        void shutdownIn​(long milliseconds,
                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds)
        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.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         Ice.Callback __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Ice.Callback __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         Callback_ClientCallback_shutdownIn __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Callback_ClientCallback_shutdownIn __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_shutdownIn

        Ice.AsyncResult begin_shutdownIn​(long milliseconds,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_shutdownIn

        void end_shutdownIn​(Ice.AsyncResult __result)
        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.
        Parameters:
        __result - The asynchronous result object.