Package omero.grid
Interface SharedResourcesPrx
- 
- All Superinterfaces:
- Ice.ObjectPrx
 - All Known Implementing Classes:
- SharedResourcesPrxHelper
 
 public interface SharedResourcesPrx extends Ice.ObjectPrxResource manager provided by each Blitz session for acquiring shared resources in the OmeroGrid. Unlike the other services provided by ServiceFactory instances, it is not guaranteed that a service instance returned from this interface will be returned if that resource happens to be busy. In that case, a null will be returned.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InteractiveProcessorPrxacquireProcessor(Job job, int seconds)Waits up to seconds to acquire a slot in a processor which can handle the given job.InteractiveProcessorPrxacquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Waits up to seconds to acquire a slot in a processor which can handle the given job.voidaddProcessor(ProcessorPrx proc)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.voidaddProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.booleanareTablesEnabled()Returns true if aTablesservice is active in the grid.booleanareTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, Ice.Callback __cb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_acquireProcessor __cb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_acquireProcessor(Job job, int seconds, Callback_SharedResources_acquireProcessor __cb)Waits up to seconds to acquire a slot in a processor which can handle the given job.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, Ice.Callback __cb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, 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)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, 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)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_addProcessor __cb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_addProcessor(ProcessorPrx proc, Callback_SharedResources_addProcessor __cb)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.Ice.AsyncResultbegin_areTablesEnabled()Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(Ice.Callback __cb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(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 aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(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 aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_areTablesEnabled __cb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_areTablesEnabled(Callback_SharedResources_areTablesEnabled __cb)Returns true if aTablesservice is active in the grid.Ice.AsyncResultbegin_getScriptRepository()Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(Ice.Callback __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_getScriptRepository __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_getScriptRepository(Callback_SharedResources_getScriptRepository __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, Ice.Callback __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_newTable __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_newTable(long repoId, java.lang.String path, Callback_SharedResources_newTable __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.Ice.AsyncResultbegin_openTable(OriginalFile file)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, Ice.Callback __cb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_openTable __cb)Returns a Table instance or null.Ice.AsyncResultbegin_openTable(OriginalFile file, Callback_SharedResources_openTable __cb)Returns a Table instance or null.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, Ice.Callback __cb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, 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)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, 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)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_removeProcessor __cb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_removeProcessor(ProcessorPrx proc, Callback_SharedResources_removeProcessor __cb)Unregisters aProcessorfrom Storm notifications.Ice.AsyncResultbegin_repositories()Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(Ice.Callback __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_repositories __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).Ice.AsyncResultbegin_repositories(Callback_SharedResources_repositories __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).InteractiveProcessorPrxend_acquireProcessor(Ice.AsyncResult __result)Waits up to seconds to acquire a slot in a processor which can handle the given job.voidend_addProcessor(Ice.AsyncResult __result)Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.booleanend_areTablesEnabled(Ice.AsyncResult __result)Returns true if aTablesservice is active in the grid.RepositoryPrxend_getScriptRepository(Ice.AsyncResult __result)Returns the single (possibly mirrored) script repository which makes all official scripts available.TablePrxend_newTable(Ice.AsyncResult __result)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.TablePrxend_openTable(Ice.AsyncResult __result)Returns a Table instance or null.voidend_removeProcessor(Ice.AsyncResult __result)Unregisters aProcessorfrom Storm notifications.RepositoryMapend_repositories(Ice.AsyncResult __result)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).RepositoryPrxgetScriptRepository()Returns the single (possibly mirrored) script repository which makes all official scripts available.RepositoryPrxgetScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns the single (possibly mirrored) script repository which makes all official scripts available.TablePrxnewTable(long repoId, java.lang.String path)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.TablePrxnewTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a new Format(""OMERO.tables"") file at the given path on the given repository.TablePrxopenTable(OriginalFile file)Returns a Table instance or null.TablePrxopenTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a Table instance or null.voidremoveProcessor(ProcessorPrx proc)Unregisters aProcessorfrom Storm notifications.voidremoveProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx)Unregisters aProcessorfrom Storm notifications.RepositoryMaprepositories()Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).RepositoryMaprepositories(java.util.Map<java.lang.String,java.lang.String> __ctx)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- 
Methods inherited from interface Ice.ObjectPrxbegin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
 
- 
 
- 
- 
- 
Method Detail- 
acquireProcessorInteractiveProcessorPrx acquireProcessor(Job job, int seconds) throws ServerError Waits up to seconds to acquire a slot in a processor which can handle the given job.- Throws:
- ServerError
 
 - 
acquireProcessorInteractiveProcessorPrx acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, Ice.Callback __cb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, Callback_SharedResources_acquireProcessor __cb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_acquireProcessor __cb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- 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_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- 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_acquireProcessorIce.AsyncResult begin_acquireProcessor(Job job, int seconds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<InteractiveProcessorPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Waits up to seconds to acquire a slot in a processor which can handle the given job.- 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_acquireProcessorInteractiveProcessorPrx end_acquireProcessor(Ice.AsyncResult __result) throws ServerError Waits up to seconds to acquire a slot in a processor which can handle the given job.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
addProcessorvoid addProcessor(ProcessorPrx proc) throws ServerError Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Throws:
- ServerError
 
 - 
addProcessorvoid addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, Ice.Callback __cb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, Callback_SharedResources_addProcessor __cb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_addProcessor __cb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- 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_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, 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) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- 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_addProcessorIce.AsyncResult begin_addProcessor(ProcessorPrx proc, 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) Registers aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- 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_addProcessorvoid end_addProcessor(Ice.AsyncResult __result) throws ServerErrorRegisters aProcessorfor Storm notifications so that other sessions can query whether or not a given processor would accept a given task.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
removeProcessorvoid removeProcessor(ProcessorPrx proc) throws ServerError Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Throws:
- ServerError
 
 - 
removeProcessorvoid removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, Ice.Callback __cb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, Callback_SharedResources_removeProcessor __cb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_removeProcessor __cb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- 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_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, 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) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- 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_removeProcessorIce.AsyncResult begin_removeProcessor(ProcessorPrx proc, 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) Unregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- 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_removeProcessorvoid end_removeProcessor(Ice.AsyncResult __result) throws ServerErrorUnregisters aProcessorfrom Storm notifications. If the processor was not already registered viaaddProcessorthis is a no-op.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
repositoriesRepositoryMap repositories() throws ServerError Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Throws:
- ServerError
 
 - 
repositoriesRepositoryMap repositories(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories() Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx) Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(Ice.Callback __cb) Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(Callback_SharedResources_repositories __cb) Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_repositories __cb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_repositoriesIce.AsyncResult begin_repositories(IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- 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_repositoriesIce.AsyncResult begin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- 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_repositoriesIce.AsyncResult begin_repositories(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryMap> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- 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_repositoriesRepositoryMap end_repositories(Ice.AsyncResult __result) throws ServerError Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
getScriptRepositoryRepositoryPrx getScriptRepository() throws ServerError Returns the single (possibly mirrored) script repository which makes all official scripts available.- Throws:
- ServerError
 
 - 
getScriptRepositoryRepositoryPrx getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository() Returns the single (possibly mirrored) script repository which makes all official scripts available.- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx) Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(Ice.Callback __cb) Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(Callback_SharedResources_getScriptRepository __cb) Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_getScriptRepository __cb)Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Returns the single (possibly mirrored) script repository which makes all official scripts available.- 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_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.- 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_getScriptRepositoryIce.AsyncResult begin_getScriptRepository(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RepositoryPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns the single (possibly mirrored) script repository which makes all official scripts available.- 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_getScriptRepositoryRepositoryPrx end_getScriptRepository(Ice.AsyncResult __result) throws ServerError Returns the single (possibly mirrored) script repository which makes all official scripts available.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
areTablesEnabledboolean areTablesEnabled() throws ServerErrorReturns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Throws:
- ServerError
 
 - 
areTablesEnabledboolean areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerErrorReturns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled() Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx) Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(Ice.Callback __cb) Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(Callback_SharedResources_areTablesEnabled __cb) Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_areTablesEnabled __cb)Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Returns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- 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_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(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 aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- 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_areTablesEnabledIce.AsyncResult begin_areTablesEnabled(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 aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- 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_areTablesEnabledboolean end_areTablesEnabled(Ice.AsyncResult __result) throws ServerErrorReturns true if aTablesservice is active in the grid. If this value is false, then all calls to#ewTableoropenTablewill either fail or return null (possibly blocking while waiting for a service to startup)- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
newTableTablePrx newTable(long repoId, java.lang.String path) throws ServerError Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Throws:
- ServerError
 
 - 
newTableTablePrx newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, Ice.Callback __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, Callback_SharedResources_newTable __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_newTable __cb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- 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_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- 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_newTableIce.AsyncResult begin_newTable(long repoId, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- 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_newTableTablePrx end_newTable(Ice.AsyncResult __result) throws ServerError Creates a new Format(""OMERO.tables"") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 - 
openTableTablePrx openTable(OriginalFile file) throws ServerError Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Throws:
- ServerError
 
 - 
openTableTablePrx openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __ctx- The Context map to send with the invocation.
- Throws:
- ServerError
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __ctx- The Context map to send with the invocation.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, Ice.Callback __cb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, Callback_SharedResources_openTable __cb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_SharedResources_openTable __cb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __ctx- The Context map to send with the invocation.
- __cb- The asynchronous callback object.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __responseCb- The lambda response callback.
- __userExceptionCb- The lambda user exception callback.
- __exceptionCb- The lambda exception callback.
- Returns:
- The asynchronous result object.
 
 - 
begin_openTableIce.AsyncResult begin_openTable(OriginalFile file, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- 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_openTableIce.AsyncResult begin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- 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_openTableIce.AsyncResult begin_openTable(OriginalFile file, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb) Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- 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_openTableTablePrx end_openTable(Ice.AsyncResult __result) throws ServerError Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format ""OMERO.tables"". Use newTable() to create a new instance.- Parameters:
- __result- The asynchronous result object.
- Throws:
- ServerError
 
 
- 
 
-