Package omero.api

Class ServiceFactoryPrxHelper

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] __ids  
      static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void __activeServices_completed​(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb, Ice.AsyncResult __result)  
      static void __closeOnDestroy_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __createByName_completed​(Ice.TwowayCallbackArg1UE<StatefulServiceInterfacePrx> __cb, Ice.AsyncResult __result)  
      static void __createExporter_completed​(Ice.TwowayCallbackArg1UE<ExporterPrx> __cb, Ice.AsyncResult __result)  
      static void __createJobHandle_completed​(Ice.TwowayCallbackArg1UE<JobHandlePrx> __cb, Ice.AsyncResult __result)  
      static void __createRawFileStore_completed​(Ice.TwowayCallbackArg1UE<RawFileStorePrx> __cb, Ice.AsyncResult __result)  
      static void __createRawPixelsStore_completed​(Ice.TwowayCallbackArg1UE<RawPixelsStorePrx> __cb, Ice.AsyncResult __result)  
      static void __createRenderingEngine_completed​(Ice.TwowayCallbackArg1UE<RenderingEnginePrx> __cb, Ice.AsyncResult __result)  
      static void __createSearchService_completed​(Ice.TwowayCallbackArg1UE<SearchPrx> __cb, Ice.AsyncResult __result)  
      static void __createThumbnailStore_completed​(Ice.TwowayCallbackArg1UE<ThumbnailStorePrx> __cb, Ice.AsyncResult __result)  
      static void __detachOnDestroy_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __getAdminService_completed​(Ice.TwowayCallbackArg1UE<IAdminPrx> __cb, Ice.AsyncResult __result)  
      static void __getByName_completed​(Ice.TwowayCallbackArg1UE<ServiceInterfacePrx> __cb, Ice.AsyncResult __result)  
      static void __getConfigService_completed​(Ice.TwowayCallbackArg1UE<IConfigPrx> __cb, Ice.AsyncResult __result)  
      static void __getContainerService_completed​(Ice.TwowayCallbackArg1UE<IContainerPrx> __cb, Ice.AsyncResult __result)  
      static void __getLdapService_completed​(Ice.TwowayCallbackArg1UE<ILdapPrx> __cb, Ice.AsyncResult __result)  
      static void __getMetadataService_completed​(Ice.TwowayCallbackArg1UE<IMetadataPrx> __cb, Ice.AsyncResult __result)  
      static void __getPixelsService_completed​(Ice.TwowayCallbackArg1UE<IPixelsPrx> __cb, Ice.AsyncResult __result)  
      static void __getProjectionService_completed​(Ice.TwowayCallbackArg1UE<IProjectionPrx> __cb, Ice.AsyncResult __result)  
      static void __getQueryService_completed​(Ice.TwowayCallbackArg1UE<IQueryPrx> __cb, Ice.AsyncResult __result)  
      static void __getRenderingSettingsService_completed​(Ice.TwowayCallbackArg1UE<IRenderingSettingsPrx> __cb, Ice.AsyncResult __result)  
      static void __getRepositoryInfoService_completed​(Ice.TwowayCallbackArg1UE<IRepositoryInfoPrx> __cb, Ice.AsyncResult __result)  
      static void __getRoiService_completed​(Ice.TwowayCallbackArg1UE<IRoiPrx> __cb, Ice.AsyncResult __result)  
      static void __getScriptService_completed​(Ice.TwowayCallbackArg1UE<IScriptPrx> __cb, Ice.AsyncResult __result)  
      static void __getSecurityContexts_completed​(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)  
      static void __getSessionService_completed​(Ice.TwowayCallbackArg1UE<ISessionPrx> __cb, Ice.AsyncResult __result)  
      static void __getShareService_completed​(Ice.TwowayCallbackArg1UE<ISharePrx> __cb, Ice.AsyncResult __result)  
      static void __getTimelineService_completed​(Ice.TwowayCallbackArg1UE<ITimelinePrx> __cb, Ice.AsyncResult __result)  
      static void __getTypesService_completed​(Ice.TwowayCallbackArg1UE<ITypesPrx> __cb, Ice.AsyncResult __result)  
      static void __getUpdateService_completed​(Ice.TwowayCallbackArg1UE<IUpdatePrx> __cb, Ice.AsyncResult __result)  
      static void __keepAlive_completed​(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)  
      static void __keepAllAlive_completed​(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)  
      static ServiceFactoryPrx __read​(IceInternal.BasicStream __is)  
      static void __setCallback_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __setSecurityContext_completed​(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)  
      static void __setSecurityPassword_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __sharedResources_completed​(Ice.TwowayCallbackArg1UE<SharedResourcesPrx> __cb, Ice.AsyncResult __result)  
      static void __submit_completed​(Ice.TwowayCallbackArg1<HandlePrx> __cb, Ice.AsyncResult __result)  
      static void __subscribe_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __write​(IceInternal.BasicStream __os, ServiceFactoryPrx v)  
      java.util.List<java.lang.String> activeServices()
      Returns a list of string ids for currently active services.
      java.util.List<java.lang.String> activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices()
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(Ice.Callback __cb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_activeServices __cb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_activeServices​(Callback_ServiceFactory_activeServices __cb)
      Returns a list of string ids for currently active services.
      Ice.AsyncResult begin_closeOnDestroy()
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(Ice.Callback __cb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_closeOnDestroy __cb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_closeOnDestroy​(Callback_ServiceFactory_closeOnDestroy __cb)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      Ice.AsyncResult begin_createByName​(java.lang.String name)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, Ice.Callback __cb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createByName __cb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createByName​(java.lang.String name, Callback_ServiceFactory_createByName __cb)
      Allows looking up any stateful service by name.
      Ice.AsyncResult begin_createExporter()  
      Ice.AsyncResult begin_createExporter​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createExporter​(IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createExporter​(IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createExporter __cb)  
      Ice.AsyncResult begin_createExporter​(Callback_ServiceFactory_createExporter __cb)  
      Ice.AsyncResult begin_createJobHandle()  
      Ice.AsyncResult begin_createJobHandle​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createJobHandle​(IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createJobHandle​(IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createJobHandle __cb)  
      Ice.AsyncResult begin_createJobHandle​(Callback_ServiceFactory_createJobHandle __cb)  
      Ice.AsyncResult begin_createRawFileStore()  
      Ice.AsyncResult begin_createRawFileStore​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createRawFileStore​(IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRawFileStore​(IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createRawFileStore __cb)  
      Ice.AsyncResult begin_createRawFileStore​(Callback_ServiceFactory_createRawFileStore __cb)  
      Ice.AsyncResult begin_createRawPixelsStore()  
      Ice.AsyncResult begin_createRawPixelsStore​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createRawPixelsStore​(IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRawPixelsStore​(IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createRawPixelsStore __cb)  
      Ice.AsyncResult begin_createRawPixelsStore​(Callback_ServiceFactory_createRawPixelsStore __cb)  
      Ice.AsyncResult begin_createRenderingEngine()  
      Ice.AsyncResult begin_createRenderingEngine​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createRenderingEngine​(IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRenderingEngine​(IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createRenderingEngine __cb)  
      Ice.AsyncResult begin_createRenderingEngine​(Callback_ServiceFactory_createRenderingEngine __cb)  
      Ice.AsyncResult begin_createSearchService()  
      Ice.AsyncResult begin_createSearchService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createSearchService​(IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createSearchService​(IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createSearchService __cb)  
      Ice.AsyncResult begin_createSearchService​(Callback_ServiceFactory_createSearchService __cb)  
      Ice.AsyncResult begin_createThumbnailStore()  
      Ice.AsyncResult begin_createThumbnailStore​(Ice.Callback __cb)  
      Ice.AsyncResult begin_createThumbnailStore​(IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createThumbnailStore​(IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_createThumbnailStore __cb)  
      Ice.AsyncResult begin_createThumbnailStore​(Callback_ServiceFactory_createThumbnailStore __cb)  
      Ice.AsyncResult begin_destroy()  
      Ice.AsyncResult begin_destroy​(Glacier2.Callback_Session_destroy __cb)  
      Ice.AsyncResult begin_destroy​(Ice.Callback __cb)  
      Ice.AsyncResult begin_destroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_destroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Glacier2.Callback_Session_destroy __cb)  
      Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_detachOnDestroy()
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(Ice.Callback __cb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_detachOnDestroy __cb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_detachOnDestroy​(Callback_ServiceFactory_detachOnDestroy __cb)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      Ice.AsyncResult begin_getAdminService()  
      Ice.AsyncResult begin_getAdminService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getAdminService​(IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getAdminService​(IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getAdminService __cb)  
      Ice.AsyncResult begin_getAdminService​(Callback_ServiceFactory_getAdminService __cb)  
      Ice.AsyncResult begin_getByName​(java.lang.String name)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, Ice.Callback __cb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getByName __cb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getByName​(java.lang.String name, Callback_ServiceFactory_getByName __cb)
      Allows looking up any stateless service by name.
      Ice.AsyncResult begin_getConfigService()  
      Ice.AsyncResult begin_getConfigService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getConfigService​(IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getConfigService​(IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getConfigService __cb)  
      Ice.AsyncResult begin_getConfigService​(Callback_ServiceFactory_getConfigService __cb)  
      Ice.AsyncResult begin_getContainerService()  
      Ice.AsyncResult begin_getContainerService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getContainerService​(IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getContainerService​(IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getContainerService __cb)  
      Ice.AsyncResult begin_getContainerService​(Callback_ServiceFactory_getContainerService __cb)  
      Ice.AsyncResult begin_getLdapService()  
      Ice.AsyncResult begin_getLdapService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getLdapService​(IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getLdapService​(IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getLdapService __cb)  
      Ice.AsyncResult begin_getLdapService​(Callback_ServiceFactory_getLdapService __cb)  
      Ice.AsyncResult begin_getMetadataService()  
      Ice.AsyncResult begin_getMetadataService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getMetadataService​(IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getMetadataService​(IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getMetadataService __cb)  
      Ice.AsyncResult begin_getMetadataService​(Callback_ServiceFactory_getMetadataService __cb)  
      Ice.AsyncResult begin_getPixelsService()  
      Ice.AsyncResult begin_getPixelsService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getPixelsService​(IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getPixelsService​(IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getPixelsService __cb)  
      Ice.AsyncResult begin_getPixelsService​(Callback_ServiceFactory_getPixelsService __cb)  
      Ice.AsyncResult begin_getProjectionService()  
      Ice.AsyncResult begin_getProjectionService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getProjectionService​(IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getProjectionService​(IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getProjectionService __cb)  
      Ice.AsyncResult begin_getProjectionService​(Callback_ServiceFactory_getProjectionService __cb)  
      Ice.AsyncResult begin_getQueryService()  
      Ice.AsyncResult begin_getQueryService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getQueryService​(IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getQueryService​(IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getQueryService __cb)  
      Ice.AsyncResult begin_getQueryService​(Callback_ServiceFactory_getQueryService __cb)  
      Ice.AsyncResult begin_getRenderingSettingsService()  
      Ice.AsyncResult begin_getRenderingSettingsService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getRenderingSettingsService __cb)  
      Ice.AsyncResult begin_getRenderingSettingsService​(Callback_ServiceFactory_getRenderingSettingsService __cb)  
      Ice.AsyncResult begin_getRepositoryInfoService()  
      Ice.AsyncResult begin_getRepositoryInfoService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getRepositoryInfoService __cb)  
      Ice.AsyncResult begin_getRepositoryInfoService​(Callback_ServiceFactory_getRepositoryInfoService __cb)  
      Ice.AsyncResult begin_getRoiService()  
      Ice.AsyncResult begin_getRoiService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getRoiService​(IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRoiService​(IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getRoiService __cb)  
      Ice.AsyncResult begin_getRoiService​(Callback_ServiceFactory_getRoiService __cb)  
      Ice.AsyncResult begin_getScriptService()  
      Ice.AsyncResult begin_getScriptService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getScriptService​(IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getScriptService​(IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getScriptService __cb)  
      Ice.AsyncResult begin_getScriptService​(Callback_ServiceFactory_getScriptService __cb)  
      Ice.AsyncResult begin_getSecurityContexts()
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(Ice.Callback __cb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getSecurityContexts __cb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSecurityContexts​(Callback_ServiceFactory_getSecurityContexts __cb)
      Provides a list of all valid security contexts for this session.
      Ice.AsyncResult begin_getSessionService()  
      Ice.AsyncResult begin_getSessionService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getSessionService​(IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getSessionService​(IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getSessionService __cb)  
      Ice.AsyncResult begin_getSessionService​(Callback_ServiceFactory_getSessionService __cb)  
      Ice.AsyncResult begin_getShareService()  
      Ice.AsyncResult begin_getShareService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getShareService​(IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getShareService​(IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getShareService __cb)  
      Ice.AsyncResult begin_getShareService​(Callback_ServiceFactory_getShareService __cb)  
      Ice.AsyncResult begin_getTimelineService()  
      Ice.AsyncResult begin_getTimelineService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getTimelineService​(IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getTimelineService​(IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getTimelineService __cb)  
      Ice.AsyncResult begin_getTimelineService​(Callback_ServiceFactory_getTimelineService __cb)  
      Ice.AsyncResult begin_getTypesService()  
      Ice.AsyncResult begin_getTypesService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getTypesService​(IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getTypesService​(IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getTypesService __cb)  
      Ice.AsyncResult begin_getTypesService​(Callback_ServiceFactory_getTypesService __cb)  
      Ice.AsyncResult begin_getUpdateService()  
      Ice.AsyncResult begin_getUpdateService​(Ice.Callback __cb)  
      Ice.AsyncResult begin_getUpdateService​(IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getUpdateService​(IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_getUpdateService __cb)  
      Ice.AsyncResult begin_getUpdateService​(Callback_ServiceFactory_getUpdateService __cb)  
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, Ice.Callback __cb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_keepAlive __cb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy, Callback_ServiceFactory_keepAlive __cb)
      Returns true if the given service is alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, Ice.Callback __cb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_keepAllAlive __cb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies, Callback_ServiceFactory_keepAllAlive __cb)
      Requests that the given services be marked as alive.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, Ice.Callback __cb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_setCallback __cb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback, Callback_ServiceFactory_setCallback __cb)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, Ice.Callback __cb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_setSecurityContext __cb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityContext​(IObject obj, Callback_ServiceFactory_setSecurityContext __cb)
      Changes the security context for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, Ice.Callback __cb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_setSecurityPassword __cb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password, Callback_ServiceFactory_setSecurityPassword __cb)
      Re-validates the password for the current session.
      Ice.AsyncResult begin_sharedResources()
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(Ice.Callback __cb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_sharedResources __cb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_sharedResources​(Callback_ServiceFactory_sharedResources __cb)
      Returns a reference to a back-end manager.
      Ice.AsyncResult begin_submit​(Request req)  
      Ice.AsyncResult begin_submit​(Request req, Ice.Callback __cb)  
      Ice.AsyncResult begin_submit​(Request req, IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_submit​(Request req, IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_Session_submit __cb)  
      Ice.AsyncResult begin_submit​(Request req, Callback_Session_submit __cb)  
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, Ice.Callback __cb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_ServiceFactory_subscribe __cb)
      Subscribe to a given topic.
      Ice.AsyncResult begin_subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, Callback_ServiceFactory_subscribe __cb)
      Subscribe to a given topic.
      static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj)
      Contacts the remote server to verify that the object implements this type.
      static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj, java.lang.String __facet)
      Contacts the remote server to verify that a facet of the object implements this type.
      static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Contacts the remote server to verify that a facet of the object implements this type.
      static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Contacts the remote server to verify that the object implements this type.
      void closeOnDestroy()
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      void closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      StatefulServiceInterfacePrx createByName​(java.lang.String name)
      Allows looking up any stateful service by name.
      StatefulServiceInterfacePrx createByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Allows looking up any stateful service by name.
      ExporterPrx createExporter()  
      ExporterPrx createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      JobHandlePrx createJobHandle()  
      JobHandlePrx createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      RawFileStorePrx createRawFileStore()  
      RawFileStorePrx createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      RawPixelsStorePrx createRawPixelsStore()  
      RawPixelsStorePrx createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      RenderingEnginePrx createRenderingEngine()  
      RenderingEnginePrx createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      SearchPrx createSearchService()  
      SearchPrx createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ThumbnailStorePrx createThumbnailStore()  
      ThumbnailStorePrx createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      void destroy()  
      void destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      void detachOnDestroy()
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      void detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      java.util.List<java.lang.String> end_activeServices​(Ice.AsyncResult __iresult)
      Returns a list of string ids for currently active services.
      void end_closeOnDestroy​(Ice.AsyncResult __iresult)
      Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
      StatefulServiceInterfacePrx end_createByName​(Ice.AsyncResult __iresult)
      Allows looking up any stateful service by name.
      ExporterPrx end_createExporter​(Ice.AsyncResult __iresult)  
      JobHandlePrx end_createJobHandle​(Ice.AsyncResult __iresult)  
      RawFileStorePrx end_createRawFileStore​(Ice.AsyncResult __iresult)  
      RawPixelsStorePrx end_createRawPixelsStore​(Ice.AsyncResult __iresult)  
      RenderingEnginePrx end_createRenderingEngine​(Ice.AsyncResult __iresult)  
      SearchPrx end_createSearchService​(Ice.AsyncResult __iresult)  
      ThumbnailStorePrx end_createThumbnailStore​(Ice.AsyncResult __iresult)  
      void end_destroy​(Ice.AsyncResult __iresult)  
      void end_detachOnDestroy​(Ice.AsyncResult __iresult)
      Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
      IAdminPrx end_getAdminService​(Ice.AsyncResult __iresult)  
      ServiceInterfacePrx end_getByName​(Ice.AsyncResult __iresult)
      Allows looking up any stateless service by name.
      IConfigPrx end_getConfigService​(Ice.AsyncResult __iresult)  
      IContainerPrx end_getContainerService​(Ice.AsyncResult __iresult)  
      ILdapPrx end_getLdapService​(Ice.AsyncResult __iresult)  
      IMetadataPrx end_getMetadataService​(Ice.AsyncResult __iresult)  
      IPixelsPrx end_getPixelsService​(Ice.AsyncResult __iresult)  
      IProjectionPrx end_getProjectionService​(Ice.AsyncResult __iresult)  
      IQueryPrx end_getQueryService​(Ice.AsyncResult __iresult)  
      IRenderingSettingsPrx end_getRenderingSettingsService​(Ice.AsyncResult __iresult)  
      IRepositoryInfoPrx end_getRepositoryInfoService​(Ice.AsyncResult __iresult)  
      IRoiPrx end_getRoiService​(Ice.AsyncResult __iresult)  
      IScriptPrx end_getScriptService​(Ice.AsyncResult __iresult)  
      java.util.List<IObject> end_getSecurityContexts​(Ice.AsyncResult __iresult)
      Provides a list of all valid security contexts for this session.
      ISessionPrx end_getSessionService​(Ice.AsyncResult __iresult)  
      ISharePrx end_getShareService​(Ice.AsyncResult __iresult)  
      ITimelinePrx end_getTimelineService​(Ice.AsyncResult __iresult)  
      ITypesPrx end_getTypesService​(Ice.AsyncResult __iresult)  
      IUpdatePrx end_getUpdateService​(Ice.AsyncResult __iresult)  
      boolean end_keepAlive​(Ice.AsyncResult __iresult)
      Returns true if the given service is alive.
      long end_keepAllAlive​(Ice.AsyncResult __iresult)
      Requests that the given services be marked as alive.
      void end_setCallback​(Ice.AsyncResult __iresult)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      IObject end_setSecurityContext​(Ice.AsyncResult __iresult)
      Changes the security context for the current session.
      void end_setSecurityPassword​(Ice.AsyncResult __iresult)
      Re-validates the password for the current session.
      SharedResourcesPrx end_sharedResources​(Ice.AsyncResult __iresult)
      Returns a reference to a back-end manager.
      HandlePrx end_submit​(Ice.AsyncResult __iresult)  
      void end_subscribe​(Ice.AsyncResult __iresult)
      Subscribe to a given topic.
      IAdminPrx getAdminService()  
      IAdminPrx getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ServiceInterfacePrx getByName​(java.lang.String name)
      Allows looking up any stateless service by name.
      ServiceInterfacePrx getByName​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Allows looking up any stateless service by name.
      IConfigPrx getConfigService()  
      IConfigPrx getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IContainerPrx getContainerService()  
      IContainerPrx getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ILdapPrx getLdapService()  
      ILdapPrx getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IMetadataPrx getMetadataService()  
      IMetadataPrx getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IPixelsPrx getPixelsService()  
      IPixelsPrx getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IProjectionPrx getProjectionService()  
      IProjectionPrx getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IQueryPrx getQueryService()  
      IQueryPrx getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IRenderingSettingsPrx getRenderingSettingsService()  
      IRenderingSettingsPrx getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IRepositoryInfoPrx getRepositoryInfoService()  
      IRepositoryInfoPrx getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IRoiPrx getRoiService()  
      IRoiPrx getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IScriptPrx getScriptService()  
      IScriptPrx getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      java.util.List<IObject> getSecurityContexts()
      Provides a list of all valid security contexts for this session.
      java.util.List<IObject> getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides a list of all valid security contexts for this session.
      ISessionPrx getSessionService()  
      ISessionPrx getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ISharePrx getShareService()  
      ISharePrx getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ITimelinePrx getTimelineService()  
      ITimelinePrx getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      ITypesPrx getTypesService()  
      ITypesPrx getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      IUpdatePrx getUpdateService()  
      IUpdatePrx getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      static java.lang.String ice_staticId()
      Provides the Slice type ID of this type.
      boolean keepAlive​(ServiceInterfacePrx proxy)
      Returns true if the given service is alive.
      boolean keepAlive​(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns true if the given service is alive.
      long keepAllAlive​(ServiceInterfacePrx[] proxies)
      Requests that the given services be marked as alive.
      long keepAllAlive​(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Requests that the given services be marked as alive.
      void setCallback​(ClientCallbackPrx callback)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      void setCallback​(ClientCallbackPrx callback, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Sets the single callback used by the ServiceFactory to communicate with the client application.
      IObject setSecurityContext​(IObject obj)
      Changes the security context for the current session.
      IObject setSecurityContext​(IObject obj, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Changes the security context for the current session.
      void setSecurityPassword​(java.lang.String password)
      Re-validates the password for the current session.
      void setSecurityPassword​(java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Re-validates the password for the current session.
      SharedResourcesPrx sharedResources()
      Returns a reference to a back-end manager.
      SharedResourcesPrx sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a reference to a back-end manager.
      HandlePrx submit​(Request req)  
      HandlePrx submit​(Request req, java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      void subscribe​(java.lang.String topicName, Ice.ObjectPrx prx)
      Subscribe to a given topic.
      void subscribe​(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Subscribe to a given topic.
      static ServiceFactoryPrx uncheckedCast​(Ice.ObjectPrx __obj)
      Downcasts the given proxy to this type without contacting the remote server.
      static ServiceFactoryPrx uncheckedCast​(Ice.ObjectPrx __obj, java.lang.String __facet)
      Downcasts the given proxy to this type without contacting the remote server.
      • Methods inherited from class Ice.ObjectPrxHelperBase

        __checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, 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, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • 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
    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
    • Constructor Detail

      • ServiceFactoryPrxHelper

        public ServiceFactoryPrxHelper()
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface Glacier2.SessionPrx
      • destroy

        public void destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy()
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(Ice.Callback __cb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Ice.Callback __cb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(Glacier2.Callback_Session_destroy __cb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Glacier2.Callback_Session_destroy __cb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • begin_destroy

        public Ice.AsyncResult begin_destroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_destroy in interface Glacier2.SessionPrx
      • end_destroy

        public void end_destroy​(Ice.AsyncResult __iresult)
        Specified by:
        end_destroy in interface Glacier2.SessionPrx
      • activeServices

        public java.util.List<java.lang.String> activeServices()
                                                        throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        activeServices in interface ServiceFactoryPrx
        Throws:
        ServerError
      • activeServices

        public java.util.List<java.lang.String> activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                        throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices()
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(Callback_ServiceFactory_activeServices __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_ServiceFactory_activeServices __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_activeServices

        public Ice.AsyncResult begin_activeServices​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        begin_activeServices in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_activeServices

        public java.util.List<java.lang.String> end_activeServices​(Ice.AsyncResult __iresult)
                                                            throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.
        Specified by:
        end_activeServices in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __activeServices_completed

        public static void __activeServices_completed​(Ice.TwowayCallbackArg1UE<java.util.List<java.lang.String>> __cb,
                                                      Ice.AsyncResult __result)
      • closeOnDestroy

        public void closeOnDestroy()
                            throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        closeOnDestroy in interface ServiceFactoryPrx
        Throws:
        ServerError
      • closeOnDestroy

        public void closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                            throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy()
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(Callback_ServiceFactory_closeOnDestroy __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_ServiceFactory_closeOnDestroy __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(IceInternal.Functional_VoidCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(IceInternal.Functional_VoidCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_VoidCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_closeOnDestroy

        public Ice.AsyncResult begin_closeOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_VoidCallback __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        begin_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_closeOnDestroy

        public void end_closeOnDestroy​(Ice.AsyncResult __iresult)
                                throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.
        Specified by:
        end_closeOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __closeOnDestroy_completed

        public static void __closeOnDestroy_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                      Ice.AsyncResult __result)
      • createByName

        public StatefulServiceInterfacePrx createByName​(java.lang.String name,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                 throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  Callback_ServiceFactory_createByName __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Callback_ServiceFactory_createByName __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_createByName

        public Ice.AsyncResult begin_createByName​(java.lang.String name,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_GenericCallback1<StatefulServiceInterfacePrx> __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        begin_createByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_createByName

        public StatefulServiceInterfacePrx end_createByName​(Ice.AsyncResult __iresult)
                                                     throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.
        Specified by:
        end_createByName in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __createByName_completed

        public static void __createByName_completed​(Ice.TwowayCallbackArg1UE<StatefulServiceInterfacePrx> __cb,
                                                    Ice.AsyncResult __result)
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • begin_createExporter

        public Ice.AsyncResult begin_createExporter​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<ExporterPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createExporter in interface ServiceFactoryPrx
      • __createExporter_completed

        public static void __createExporter_completed​(Ice.TwowayCallbackArg1UE<ExporterPrx> __cb,
                                                      Ice.AsyncResult __result)
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • begin_createJobHandle

        public Ice.AsyncResult begin_createJobHandle​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<JobHandlePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createJobHandle in interface ServiceFactoryPrx
      • __createJobHandle_completed

        public static void __createJobHandle_completed​(Ice.TwowayCallbackArg1UE<JobHandlePrx> __cb,
                                                       Ice.AsyncResult __result)
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • begin_createRawFileStore

        public Ice.AsyncResult begin_createRawFileStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<RawFileStorePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRawFileStore in interface ServiceFactoryPrx
      • __createRawFileStore_completed

        public static void __createRawFileStore_completed​(Ice.TwowayCallbackArg1UE<RawFileStorePrx> __cb,
                                                          Ice.AsyncResult __result)
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          Ice.Callback __cb)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • begin_createRawPixelsStore

        public Ice.AsyncResult begin_createRawPixelsStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<RawPixelsStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRawPixelsStore in interface ServiceFactoryPrx
      • __createRawPixelsStore_completed

        public static void __createRawPixelsStore_completed​(Ice.TwowayCallbackArg1UE<RawPixelsStorePrx> __cb,
                                                            Ice.AsyncResult __result)
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           Ice.Callback __cb)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • begin_createRenderingEngine

        public Ice.AsyncResult begin_createRenderingEngine​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                           IceInternal.Functional_GenericCallback1<RenderingEnginePrx> __responseCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                           IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createRenderingEngine in interface ServiceFactoryPrx
      • __createRenderingEngine_completed

        public static void __createRenderingEngine_completed​(Ice.TwowayCallbackArg1UE<RenderingEnginePrx> __cb,
                                                             Ice.AsyncResult __result)
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Ice.Callback __cb)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • begin_createSearchService

        public Ice.AsyncResult begin_createSearchService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<SearchPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createSearchService in interface ServiceFactoryPrx
      • __createSearchService_completed

        public static void __createSearchService_completed​(Ice.TwowayCallbackArg1UE<SearchPrx> __cb,
                                                           Ice.AsyncResult __result)
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          Ice.Callback __cb)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • begin_createThumbnailStore

        public Ice.AsyncResult begin_createThumbnailStore​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<ThumbnailStorePrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_createThumbnailStore in interface ServiceFactoryPrx
      • __createThumbnailStore_completed

        public static void __createThumbnailStore_completed​(Ice.TwowayCallbackArg1UE<ThumbnailStorePrx> __cb,
                                                            Ice.AsyncResult __result)
      • detachOnDestroy

        public void detachOnDestroy()
                             throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        detachOnDestroy in interface ServiceFactoryPrx
        Throws:
        ServerError
      • detachOnDestroy

        public void detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                             throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy()
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(Callback_ServiceFactory_detachOnDestroy __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_ServiceFactory_detachOnDestroy __cb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_detachOnDestroy

        public Ice.AsyncResult begin_detachOnDestroy​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_VoidCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        begin_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_detachOnDestroy

        public void end_detachOnDestroy​(Ice.AsyncResult __iresult)
                                 throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
        Specified by:
        end_detachOnDestroy in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __detachOnDestroy_completed

        public static void __detachOnDestroy_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                       Ice.AsyncResult __result)
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • begin_getAdminService

        public Ice.AsyncResult begin_getAdminService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<IAdminPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getAdminService in interface ServiceFactoryPrx
      • __getAdminService_completed

        public static void __getAdminService_completed​(Ice.TwowayCallbackArg1UE<IAdminPrx> __cb,
                                                       Ice.AsyncResult __result)
      • getByName

        public ServiceInterfacePrx getByName​(java.lang.String name)
                                      throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        getByName in interface ServiceFactoryPrx
        Throws:
        ServerError
      • getByName

        public ServiceInterfacePrx getByName​(java.lang.String name,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                      throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               Callback_ServiceFactory_getByName __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_ServiceFactory_getByName __cb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getByName

        public Ice.AsyncResult begin_getByName​(java.lang.String name,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<ServiceInterfacePrx> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        begin_getByName in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getByName

        public ServiceInterfacePrx end_getByName​(Ice.AsyncResult __iresult)
                                          throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.
        Specified by:
        end_getByName in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getByName_completed

        public static void __getByName_completed​(Ice.TwowayCallbackArg1UE<ServiceInterfacePrx> __cb,
                                                 Ice.AsyncResult __result)
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Ice.Callback __cb)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • begin_getConfigService

        public Ice.AsyncResult begin_getConfigService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IConfigPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getConfigService in interface ServiceFactoryPrx
      • __getConfigService_completed

        public static void __getConfigService_completed​(Ice.TwowayCallbackArg1UE<IConfigPrx> __cb,
                                                        Ice.AsyncResult __result)
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Ice.Callback __cb)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • begin_getContainerService

        public Ice.AsyncResult begin_getContainerService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<IContainerPrx> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getContainerService in interface ServiceFactoryPrx
      • __getContainerService_completed

        public static void __getContainerService_completed​(Ice.TwowayCallbackArg1UE<IContainerPrx> __cb,
                                                           Ice.AsyncResult __result)
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • begin_getLdapService

        public Ice.AsyncResult begin_getLdapService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<ILdapPrx> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getLdapService in interface ServiceFactoryPrx
      • __getLdapService_completed

        public static void __getLdapService_completed​(Ice.TwowayCallbackArg1UE<ILdapPrx> __cb,
                                                      Ice.AsyncResult __result)
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • begin_getMetadataService

        public Ice.AsyncResult begin_getMetadataService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<IMetadataPrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getMetadataService in interface ServiceFactoryPrx
      • __getMetadataService_completed

        public static void __getMetadataService_completed​(Ice.TwowayCallbackArg1UE<IMetadataPrx> __cb,
                                                          Ice.AsyncResult __result)
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Ice.Callback __cb)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • begin_getPixelsService

        public Ice.AsyncResult begin_getPixelsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IPixelsPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getPixelsService in interface ServiceFactoryPrx
      • __getPixelsService_completed

        public static void __getPixelsService_completed​(Ice.TwowayCallbackArg1UE<IPixelsPrx> __cb,
                                                        Ice.AsyncResult __result)
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          Ice.Callback __cb)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • begin_getProjectionService

        public Ice.AsyncResult begin_getProjectionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                          IceInternal.Functional_GenericCallback1<IProjectionPrx> __responseCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                          IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getProjectionService in interface ServiceFactoryPrx
      • __getProjectionService_completed

        public static void __getProjectionService_completed​(Ice.TwowayCallbackArg1UE<IProjectionPrx> __cb,
                                                            Ice.AsyncResult __result)
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • begin_getQueryService

        public Ice.AsyncResult begin_getQueryService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<IQueryPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getQueryService in interface ServiceFactoryPrx
      • __getQueryService_completed

        public static void __getQueryService_completed​(Ice.TwowayCallbackArg1UE<IQueryPrx> __cb,
                                                       Ice.AsyncResult __result)
      • begin_getRenderingSettingsService

        public Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                                 Ice.Callback __cb)
        Specified by:
        begin_getRenderingSettingsService in interface ServiceFactoryPrx
      • begin_getRenderingSettingsService

        public Ice.AsyncResult begin_getRenderingSettingsService​(IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRenderingSettingsService in interface ServiceFactoryPrx
      • begin_getRenderingSettingsService

        public Ice.AsyncResult begin_getRenderingSettingsService​(IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                                 IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRenderingSettingsService in interface ServiceFactoryPrx
      • begin_getRenderingSettingsService

        public Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                                 IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRenderingSettingsService in interface ServiceFactoryPrx
      • begin_getRenderingSettingsService

        public Ice.AsyncResult begin_getRenderingSettingsService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                                 IceInternal.Functional_GenericCallback1<IRenderingSettingsPrx> __responseCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                                 IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRenderingSettingsService in interface ServiceFactoryPrx
      • __getRenderingSettingsService_completed

        public static void __getRenderingSettingsService_completed​(Ice.TwowayCallbackArg1UE<IRenderingSettingsPrx> __cb,
                                                                   Ice.AsyncResult __result)
      • begin_getRepositoryInfoService

        public Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                              Ice.Callback __cb)
        Specified by:
        begin_getRepositoryInfoService in interface ServiceFactoryPrx
      • begin_getRepositoryInfoService

        public Ice.AsyncResult begin_getRepositoryInfoService​(IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRepositoryInfoService in interface ServiceFactoryPrx
      • begin_getRepositoryInfoService

        public Ice.AsyncResult begin_getRepositoryInfoService​(IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                              IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRepositoryInfoService in interface ServiceFactoryPrx
      • begin_getRepositoryInfoService

        public Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                              IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRepositoryInfoService in interface ServiceFactoryPrx
      • begin_getRepositoryInfoService

        public Ice.AsyncResult begin_getRepositoryInfoService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                              IceInternal.Functional_GenericCallback1<IRepositoryInfoPrx> __responseCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                              IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRepositoryInfoService in interface ServiceFactoryPrx
      • __getRepositoryInfoService_completed

        public static void __getRepositoryInfoService_completed​(Ice.TwowayCallbackArg1UE<IRepositoryInfoPrx> __cb,
                                                                Ice.AsyncResult __result)
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • begin_getRoiService

        public Ice.AsyncResult begin_getRoiService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<IRoiPrx> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getRoiService in interface ServiceFactoryPrx
      • __getRoiService_completed

        public static void __getRoiService_completed​(Ice.TwowayCallbackArg1UE<IRoiPrx> __cb,
                                                     Ice.AsyncResult __result)
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Ice.Callback __cb)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • begin_getScriptService

        public Ice.AsyncResult begin_getScriptService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IScriptPrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getScriptService in interface ServiceFactoryPrx
      • __getScriptService_completed

        public static void __getScriptService_completed​(Ice.TwowayCallbackArg1UE<IScriptPrx> __cb,
                                                        Ice.AsyncResult __result)
      • getSecurityContexts

        public java.util.List<IObject> getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                    throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts()
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Callback_ServiceFactory_getSecurityContexts __cb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getSecurityContexts

        public Ice.AsyncResult begin_getSecurityContexts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        begin_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getSecurityContexts

        public java.util.List<IObject> end_getSecurityContexts​(Ice.AsyncResult __iresult)
                                                        throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Provides a list of all valid security contexts for this session. Each of the returned IObject instances can be passed to setSecurityContext.
        Specified by:
        end_getSecurityContexts in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getSecurityContexts_completed

        public static void __getSecurityContexts_completed​(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
                                                           Ice.AsyncResult __result)
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       Ice.Callback __cb)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • begin_getSessionService

        public Ice.AsyncResult begin_getSessionService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<ISessionPrx> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getSessionService in interface ServiceFactoryPrx
      • __getSessionService_completed

        public static void __getSessionService_completed​(Ice.TwowayCallbackArg1UE<ISessionPrx> __cb,
                                                         Ice.AsyncResult __result)
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • begin_getShareService

        public Ice.AsyncResult begin_getShareService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<ISharePrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getShareService in interface ServiceFactoryPrx
      • __getShareService_completed

        public static void __getShareService_completed​(Ice.TwowayCallbackArg1UE<ISharePrx> __cb,
                                                       Ice.AsyncResult __result)
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • begin_getTimelineService

        public Ice.AsyncResult begin_getTimelineService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<ITimelinePrx> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getTimelineService in interface ServiceFactoryPrx
      • __getTimelineService_completed

        public static void __getTimelineService_completed​(Ice.TwowayCallbackArg1UE<ITimelinePrx> __cb,
                                                          Ice.AsyncResult __result)
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • begin_getTypesService

        public Ice.AsyncResult begin_getTypesService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<ITypesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getTypesService in interface ServiceFactoryPrx
      • __getTypesService_completed

        public static void __getTypesService_completed​(Ice.TwowayCallbackArg1UE<ITypesPrx> __cb,
                                                       Ice.AsyncResult __result)
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Ice.Callback __cb)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • begin_getUpdateService

        public Ice.AsyncResult begin_getUpdateService​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<IUpdatePrx> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_getUpdateService in interface ServiceFactoryPrx
      • __getUpdateService_completed

        public static void __getUpdateService_completed​(Ice.TwowayCallbackArg1UE<IUpdatePrx> __cb,
                                                        Ice.AsyncResult __result)
      • keepAlive

        public boolean keepAlive​(ServiceInterfacePrx proxy,
                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                          throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_ServiceFactory_keepAlive __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               IceInternal.Functional_BoolCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               IceInternal.Functional_BoolCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_BoolCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_keepAlive

        public Ice.AsyncResult begin_keepAlive​(ServiceInterfacePrx proxy,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_BoolCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_keepAlive

        public boolean end_keepAlive​(Ice.AsyncResult __iresult)
                              throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        end_keepAlive in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __keepAlive_completed

        public static void __keepAlive_completed​(Ice.TwowayCallbackBoolUE __cb,
                                                 Ice.AsyncResult __result)
      • keepAllAlive

        public long keepAllAlive​(ServiceInterfacePrx[] proxies)
                          throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        keepAllAlive in interface ServiceFactoryPrx
        Throws:
        ServerError
      • keepAllAlive

        public long keepAllAlive​(ServiceInterfacePrx[] proxies,
                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                          throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  Callback_ServiceFactory_keepAllAlive __cb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  Callback_ServiceFactory_keepAllAlive __cb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  IceInternal.Functional_LongCallback __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  IceInternal.Functional_LongCallback __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_LongCallback __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_keepAllAlive

        public Ice.AsyncResult begin_keepAllAlive​(ServiceInterfacePrx[] proxies,
                                                  java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                  IceInternal.Functional_LongCallback __responseCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                  IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                  IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        begin_keepAllAlive in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_keepAllAlive

        public long end_keepAllAlive​(Ice.AsyncResult __iresult)
                              throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1: if (retval & 1&lt;&lt;idx == 1&lt;&lt;idx) { // not alive } Except for fatal server or session errors, this method should never throw an exception.
        Specified by:
        end_keepAllAlive in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __keepAllAlive_completed

        public static void __keepAllAlive_completed​(Ice.TwowayCallbackLongUE __cb,
                                                    Ice.AsyncResult __result)
      • setCallback

        public void setCallback​(ClientCallbackPrx callback)
                         throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        setCallback in interface ServiceFactoryPrx
        Throws:
        ServerError
      • setCallback

        public void setCallback​(ClientCallbackPrx callback,
                                java.util.Map<java.lang.String,​java.lang.String> __ctx)
                         throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 Callback_ServiceFactory_setCallback __cb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_ServiceFactory_setCallback __cb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 IceInternal.Functional_VoidCallback __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 IceInternal.Functional_VoidCallback __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_VoidCallback __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setCallback

        public Ice.AsyncResult begin_setCallback​(ClientCallbackPrx callback,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_VoidCallback __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        begin_setCallback in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_setCallback

        public void end_setCallback​(Ice.AsyncResult __iresult)
                             throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.
        Specified by:
        end_setCallback in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __setCallback_completed

        public static void __setCallback_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                   Ice.AsyncResult __result)
      • setSecurityContext

        public IObject setSecurityContext​(IObject obj)
                                   throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        setSecurityContext in interface ServiceFactoryPrx
        Throws:
        ServerError
      • setSecurityContext

        public IObject setSecurityContext​(IObject obj,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                   throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        Callback_ServiceFactory_setSecurityContext __cb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Callback_ServiceFactory_setSecurityContext __cb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        IceInternal.Functional_GenericCallback1<IObject> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        IceInternal.Functional_GenericCallback1<IObject> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<IObject> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityContext

        public Ice.AsyncResult begin_setSecurityContext​(IObject obj,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<IObject> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        begin_setSecurityContext in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_setSecurityContext

        public IObject end_setSecurityContext​(Ice.AsyncResult __iresult)
                                       throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Changes the security context for the current session.

        A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.

        Current valid values for security context:

        Passing an unloaded version of either object type will change the way the current session operates. Note: only objects which are returned by the getSecurityContext method are considered valid. Any other instance will cause an exception to be thrown.

        Example usage in Python:

         sf = client.createSession()
         objs = sf.getSecurityContexts()
         old = sf.setSecurityContext(objs\[-1])
         

        Specified by:
        end_setSecurityContext in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __setSecurityContext_completed

        public static void __setSecurityContext_completed​(Ice.TwowayCallbackArg1UE<IObject> __cb,
                                                          Ice.AsyncResult __result)
      • setSecurityPassword

        public void setSecurityPassword​(java.lang.String password,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                 throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         Callback_ServiceFactory_setSecurityPassword __cb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setSecurityPassword

        public Ice.AsyncResult begin_setSecurityPassword​(java.lang.String password,
                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                         IceInternal.Functional_VoidCallback __responseCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                         IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        begin_setSecurityPassword in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_setSecurityPassword

        public void end_setSecurityPassword​(Ice.AsyncResult __iresult)
                                     throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Re-validates the password for the current session. This prevents See methods that mention "HasPassword".
        Specified by:
        end_setSecurityPassword in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __setSecurityPassword_completed

        public static void __setSecurityPassword_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                           Ice.AsyncResult __result)
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_ServiceFactory_sharedResources __cb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_sharedResources

        public Ice.AsyncResult begin_sharedResources​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Returns a reference to a back-end manager. The SharedResources service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.
        Specified by:
        begin_sharedResources in interface ServiceFactoryPrx
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • __sharedResources_completed

        public static void __sharedResources_completed​(Ice.TwowayCallbackArg1UE<SharedResourcesPrx> __cb,
                                                       Ice.AsyncResult __result)
      • subscribe

        public void subscribe​(java.lang.String topicName,
                              Ice.ObjectPrx prx)
                       throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        subscribe in interface ServiceFactoryPrx
        Throws:
        ServerError
      • subscribe

        public void subscribe​(java.lang.String topicName,
                              Ice.ObjectPrx prx,
                              java.util.Map<java.lang.String,​java.lang.String> __ctx)
                       throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               Callback_ServiceFactory_subscribe __cb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_ServiceFactory_subscribe __cb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_subscribe

        public Ice.AsyncResult begin_subscribe​(java.lang.String topicName,
                                               Ice.ObjectPrx prx,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_VoidCallback __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        begin_subscribe in interface ServiceFactoryPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_subscribe

        public void end_subscribe​(Ice.AsyncResult __iresult)
                           throws ServerError
        Description copied from interface: ServiceFactoryPrx
        Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.
        Specified by:
        end_subscribe in interface ServiceFactoryPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __subscribe_completed

        public static void __subscribe_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                 Ice.AsyncResult __result)
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_submit in interface SessionPrx
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Ice.Callback __cb)
        Specified by:
        begin_submit in interface SessionPrx
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_submit in interface SessionPrx
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_submit in interface SessionPrx
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_submit in interface SessionPrx
      • begin_submit

        public Ice.AsyncResult begin_submit​(Request req,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<HandlePrx> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_submit in interface SessionPrx
      • __submit_completed

        public static void __submit_completed​(Ice.TwowayCallbackArg1<HandlePrx> __cb,
                                              Ice.AsyncResult __result)
      • checkedCast

        public static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj)
        Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __ctx - The Context map to send with the invocation.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj,
                                                    java.lang.String __facet)
        Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static ServiceFactoryPrx checkedCast​(Ice.ObjectPrx __obj,
                                                    java.lang.String __facet,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        __ctx - The Context map to send with the invocation.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • uncheckedCast

        public static ServiceFactoryPrx uncheckedCast​(Ice.ObjectPrx __obj)
        Downcasts the given proxy to this type without contacting the remote server.
        Parameters:
        __obj - The untyped proxy.
        Returns:
        A proxy for this type.
      • uncheckedCast

        public static ServiceFactoryPrx uncheckedCast​(Ice.ObjectPrx __obj,
                                                      java.lang.String __facet)
        Downcasts the given proxy to this type without contacting the remote server.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        Returns:
        A proxy for this type.
      • ice_staticId

        public static java.lang.String ice_staticId()
        Provides the Slice type ID of this type.
        Returns:
        The Slice type ID.
      • __write

        public static void __write​(IceInternal.BasicStream __os,
                                   ServiceFactoryPrx v)