public interface ServiceFactoryPrx extends SessionPrx
A ServiceFactory once acquired can be used to create any number
of service proxies to the server. Most services implement
ServiceInterface
or its subinterface
StatefulServiceInterface
.
Modifier and Type | Method and Description |
---|---|
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(Callback_ServiceFactory_activeServices __cb)
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,
Callback_ServiceFactory_activeServices __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,
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_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(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(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,
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(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_createByName(java.lang.String name)
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_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,
Callback_ServiceFactory_createByName __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,
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_createExporter() |
Ice.AsyncResult |
begin_createExporter(Callback_ServiceFactory_createExporter __cb) |
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,
Callback_ServiceFactory_createExporter __cb) |
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_createJobHandle() |
Ice.AsyncResult |
begin_createJobHandle(Callback_ServiceFactory_createJobHandle __cb) |
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,
Callback_ServiceFactory_createJobHandle __cb) |
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_createRawFileStore() |
Ice.AsyncResult |
begin_createRawFileStore(Callback_ServiceFactory_createRawFileStore __cb) |
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,
Callback_ServiceFactory_createRawFileStore __cb) |
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_createRawPixelsStore() |
Ice.AsyncResult |
begin_createRawPixelsStore(Callback_ServiceFactory_createRawPixelsStore __cb) |
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,
Callback_ServiceFactory_createRawPixelsStore __cb) |
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_createRenderingEngine() |
Ice.AsyncResult |
begin_createRenderingEngine(Callback_ServiceFactory_createRenderingEngine __cb) |
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,
Callback_ServiceFactory_createRenderingEngine __cb) |
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_createSearchService() |
Ice.AsyncResult |
begin_createSearchService(Callback_ServiceFactory_createSearchService __cb) |
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,
Callback_ServiceFactory_createSearchService __cb) |
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_createThumbnailStore() |
Ice.AsyncResult |
begin_createThumbnailStore(Callback_ServiceFactory_createThumbnailStore __cb) |
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,
Callback_ServiceFactory_createThumbnailStore __cb) |
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_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(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(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,
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(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_getAdminService() |
Ice.AsyncResult |
begin_getAdminService(Callback_ServiceFactory_getAdminService __cb) |
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,
Callback_ServiceFactory_getAdminService __cb) |
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_getByName(java.lang.String name)
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_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,
Callback_ServiceFactory_getByName __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,
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_getConfigService() |
Ice.AsyncResult |
begin_getConfigService(Callback_ServiceFactory_getConfigService __cb) |
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,
Callback_ServiceFactory_getConfigService __cb) |
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_getContainerService() |
Ice.AsyncResult |
begin_getContainerService(Callback_ServiceFactory_getContainerService __cb) |
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,
Callback_ServiceFactory_getContainerService __cb) |
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_getLdapService() |
Ice.AsyncResult |
begin_getLdapService(Callback_ServiceFactory_getLdapService __cb) |
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,
Callback_ServiceFactory_getLdapService __cb) |
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_getMetadataService() |
Ice.AsyncResult |
begin_getMetadataService(Callback_ServiceFactory_getMetadataService __cb) |
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,
Callback_ServiceFactory_getMetadataService __cb) |
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_getPixelsService() |
Ice.AsyncResult |
begin_getPixelsService(Callback_ServiceFactory_getPixelsService __cb) |
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,
Callback_ServiceFactory_getPixelsService __cb) |
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_getProjectionService() |
Ice.AsyncResult |
begin_getProjectionService(Callback_ServiceFactory_getProjectionService __cb) |
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,
Callback_ServiceFactory_getProjectionService __cb) |
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_getQueryService() |
Ice.AsyncResult |
begin_getQueryService(Callback_ServiceFactory_getQueryService __cb) |
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,
Callback_ServiceFactory_getQueryService __cb) |
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_getRenderingSettingsService() |
Ice.AsyncResult |
begin_getRenderingSettingsService(Callback_ServiceFactory_getRenderingSettingsService __cb) |
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,
Callback_ServiceFactory_getRenderingSettingsService __cb) |
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_getRepositoryInfoService() |
Ice.AsyncResult |
begin_getRepositoryInfoService(Callback_ServiceFactory_getRepositoryInfoService __cb) |
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,
Callback_ServiceFactory_getRepositoryInfoService __cb) |
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_getRoiService() |
Ice.AsyncResult |
begin_getRoiService(Callback_ServiceFactory_getRoiService __cb) |
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,
Callback_ServiceFactory_getRoiService __cb) |
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_getScriptService() |
Ice.AsyncResult |
begin_getScriptService(Callback_ServiceFactory_getScriptService __cb) |
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,
Callback_ServiceFactory_getScriptService __cb) |
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_getSecurityContexts()
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_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,
Callback_ServiceFactory_getSecurityContexts __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,
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_getSessionService() |
Ice.AsyncResult |
begin_getSessionService(Callback_ServiceFactory_getSessionService __cb) |
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,
Callback_ServiceFactory_getSessionService __cb) |
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_getShareService() |
Ice.AsyncResult |
begin_getShareService(Callback_ServiceFactory_getShareService __cb) |
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,
Callback_ServiceFactory_getShareService __cb) |
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_getTimelineService() |
Ice.AsyncResult |
begin_getTimelineService(Callback_ServiceFactory_getTimelineService __cb) |
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,
Callback_ServiceFactory_getTimelineService __cb) |
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_getTypesService() |
Ice.AsyncResult |
begin_getTypesService(Callback_ServiceFactory_getTypesService __cb) |
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,
Callback_ServiceFactory_getTypesService __cb) |
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_getUpdateService() |
Ice.AsyncResult |
begin_getUpdateService(Callback_ServiceFactory_getUpdateService __cb) |
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,
Callback_ServiceFactory_getUpdateService __cb) |
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_keepAlive(ServiceInterfacePrx proxy)
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_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,
Callback_ServiceFactory_keepAlive __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,
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_keepAllAlive(ServiceInterfacePrx[] proxies)
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_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,
Callback_ServiceFactory_keepAllAlive __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,
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_setCallback(ClientCallbackPrx callback)
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_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,
Callback_ServiceFactory_setCallback __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,
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_setSecurityContext(IObject obj)
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_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,
Callback_ServiceFactory_setSecurityContext __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,
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_setSecurityPassword(java.lang.String password)
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_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,
Callback_ServiceFactory_setSecurityPassword __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,
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_sharedResources()
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_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,
Callback_ServiceFactory_sharedResources __cb)
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_subscribe(java.lang.String topicName,
Ice.ObjectPrx prx)
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.
|
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,
Callback_ServiceFactory_subscribe __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,
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.
|
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 |
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 __result)
Returns a list of string ids for currently active services.
|
void |
end_closeOnDestroy(Ice.AsyncResult __result)
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 __result)
Allows looking up any stateful service by name.
|
ExporterPrx |
end_createExporter(Ice.AsyncResult __result) |
JobHandlePrx |
end_createJobHandle(Ice.AsyncResult __result) |
RawFileStorePrx |
end_createRawFileStore(Ice.AsyncResult __result) |
RawPixelsStorePrx |
end_createRawPixelsStore(Ice.AsyncResult __result) |
RenderingEnginePrx |
end_createRenderingEngine(Ice.AsyncResult __result) |
SearchPrx |
end_createSearchService(Ice.AsyncResult __result) |
ThumbnailStorePrx |
end_createThumbnailStore(Ice.AsyncResult __result) |
void |
end_detachOnDestroy(Ice.AsyncResult __result)
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 __result) |
ServiceInterfacePrx |
end_getByName(Ice.AsyncResult __result)
Allows looking up any stateless service by name.
|
IConfigPrx |
end_getConfigService(Ice.AsyncResult __result) |
IContainerPrx |
end_getContainerService(Ice.AsyncResult __result) |
ILdapPrx |
end_getLdapService(Ice.AsyncResult __result) |
IMetadataPrx |
end_getMetadataService(Ice.AsyncResult __result) |
IPixelsPrx |
end_getPixelsService(Ice.AsyncResult __result) |
IProjectionPrx |
end_getProjectionService(Ice.AsyncResult __result) |
IQueryPrx |
end_getQueryService(Ice.AsyncResult __result) |
IRenderingSettingsPrx |
end_getRenderingSettingsService(Ice.AsyncResult __result) |
IRepositoryInfoPrx |
end_getRepositoryInfoService(Ice.AsyncResult __result) |
IRoiPrx |
end_getRoiService(Ice.AsyncResult __result) |
IScriptPrx |
end_getScriptService(Ice.AsyncResult __result) |
java.util.List<IObject> |
end_getSecurityContexts(Ice.AsyncResult __result)
Provides a list of all valid security contexts for this session.
|
ISessionPrx |
end_getSessionService(Ice.AsyncResult __result) |
ISharePrx |
end_getShareService(Ice.AsyncResult __result) |
ITimelinePrx |
end_getTimelineService(Ice.AsyncResult __result) |
ITypesPrx |
end_getTypesService(Ice.AsyncResult __result) |
IUpdatePrx |
end_getUpdateService(Ice.AsyncResult __result) |
boolean |
end_keepAlive(Ice.AsyncResult __result)
Returns true if the given service is alive.
|
long |
end_keepAllAlive(Ice.AsyncResult __result)
Requests that the given services be marked as alive.
|
void |
end_setCallback(Ice.AsyncResult __result)
Sets the single callback used by the ServiceFactory
to communicate with the client application.
|
IObject |
end_setSecurityContext(Ice.AsyncResult __result)
Changes the security context for the current session.
|
void |
end_setSecurityPassword(Ice.AsyncResult __result)
Re-validates the password for the current session.
|
SharedResourcesPrx |
end_sharedResources(Ice.AsyncResult __result)
Returns a reference to a back-end manager.
|
void |
end_subscribe(Ice.AsyncResult __result)
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) |
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.
|
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.
|
begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, begin_submit, end_submit, submit, submit
begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, begin_destroy, destroy, destroy, end_destroy
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
java.util.List<IObject> getSecurityContexts() throws ServerError
IObject
instances can
be passed to setSecurityContext
.ServerError
java.util.List<IObject> getSecurityContexts(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IObject
instances can
be passed to setSecurityContext
.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getSecurityContexts()
IObject
instances can
be passed to setSecurityContext
.Ice.AsyncResult begin_getSecurityContexts(java.util.Map<java.lang.String,java.lang.String> __ctx)
IObject
instances can
be passed to setSecurityContext
.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getSecurityContexts(Ice.Callback __cb)
IObject
instances can
be passed to setSecurityContext
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSecurityContexts(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IObject
instances can
be passed to setSecurityContext
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSecurityContexts(Callback_ServiceFactory_getSecurityContexts __cb)
IObject
instances can
be passed to setSecurityContext
.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSecurityContexts(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getSecurityContexts __cb)
IObject
instances can
be passed to setSecurityContext
.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSecurityContexts(IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IObject
instances can
be passed to setSecurityContext
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
IObject
instances can
be passed to setSecurityContext
.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
IObject
instances can
be passed to setSecurityContext
.__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.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)
IObject
instances can
be passed to setSecurityContext
.__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.java.util.List<IObject> end_getSecurityContexts(Ice.AsyncResult __result) throws ServerError
IObject
instances can
be passed to setSecurityContext
.__result
- The asynchronous result object.ServerError
IObject setSecurityContext(IObject obj) throws ServerError
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
ServerError
IObject setSecurityContext(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setSecurityContext(IObject obj)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
Ice.AsyncResult begin_setSecurityContext(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setSecurityContext(IObject obj, Ice.Callback __cb)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityContext(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityContext(IObject obj, Callback_ServiceFactory_setSecurityContext __cb)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityContext(IObject obj, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_setSecurityContext __cb)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityContext(IObject obj, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__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.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)
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__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.IObject end_setSecurityContext(Ice.AsyncResult __result) throws ServerError
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:
ExperimenterGroup
- logs into a
specific groupShare
- uses IShare to activate a
share 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.
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
__result
- The asynchronous result object.ServerError
void setSecurityPassword(java.lang.String password) throws ServerError
ServerError
void setSecurityPassword(java.lang.String password, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setSecurityPassword(java.lang.String password)
Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, Callback_ServiceFactory_setSecurityPassword __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_setSecurityPassword __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setSecurityPassword(java.lang.String password, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_setSecurityPassword(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
IAdminPrx getAdminService() throws ServerError
ServerError
IAdminPrx getAdminService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getAdminService()
Ice.AsyncResult begin_getAdminService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getAdminService(Ice.Callback __cb)
Ice.AsyncResult begin_getAdminService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getAdminService(Callback_ServiceFactory_getAdminService __cb)
Ice.AsyncResult begin_getAdminService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getAdminService __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, 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)
IAdminPrx end_getAdminService(Ice.AsyncResult __result) throws ServerError
ServerError
IConfigPrx getConfigService() throws ServerError
ServerError
IConfigPrx getConfigService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getConfigService()
Ice.AsyncResult begin_getConfigService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getConfigService(Ice.Callback __cb)
Ice.AsyncResult begin_getConfigService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getConfigService(Callback_ServiceFactory_getConfigService __cb)
Ice.AsyncResult begin_getConfigService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getConfigService __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, 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)
IConfigPrx end_getConfigService(Ice.AsyncResult __result) throws ServerError
ServerError
IContainerPrx getContainerService() throws ServerError
ServerError
IContainerPrx getContainerService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getContainerService()
Ice.AsyncResult begin_getContainerService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getContainerService(Ice.Callback __cb)
Ice.AsyncResult begin_getContainerService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getContainerService(Callback_ServiceFactory_getContainerService __cb)
Ice.AsyncResult begin_getContainerService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getContainerService __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, 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)
IContainerPrx end_getContainerService(Ice.AsyncResult __result) throws ServerError
ServerError
ILdapPrx getLdapService() throws ServerError
ServerError
ILdapPrx getLdapService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getLdapService()
Ice.AsyncResult begin_getLdapService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getLdapService(Ice.Callback __cb)
Ice.AsyncResult begin_getLdapService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getLdapService(Callback_ServiceFactory_getLdapService __cb)
Ice.AsyncResult begin_getLdapService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getLdapService __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, 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)
ILdapPrx end_getLdapService(Ice.AsyncResult __result) throws ServerError
ServerError
IPixelsPrx getPixelsService() throws ServerError
ServerError
IPixelsPrx getPixelsService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getPixelsService()
Ice.AsyncResult begin_getPixelsService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getPixelsService(Ice.Callback __cb)
Ice.AsyncResult begin_getPixelsService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getPixelsService(Callback_ServiceFactory_getPixelsService __cb)
Ice.AsyncResult begin_getPixelsService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getPixelsService __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, 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)
IPixelsPrx end_getPixelsService(Ice.AsyncResult __result) throws ServerError
ServerError
IProjectionPrx getProjectionService() throws ServerError
ServerError
IProjectionPrx getProjectionService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getProjectionService()
Ice.AsyncResult begin_getProjectionService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getProjectionService(Ice.Callback __cb)
Ice.AsyncResult begin_getProjectionService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getProjectionService(Callback_ServiceFactory_getProjectionService __cb)
Ice.AsyncResult begin_getProjectionService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getProjectionService __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, 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)
IProjectionPrx end_getProjectionService(Ice.AsyncResult __result) throws ServerError
ServerError
IQueryPrx getQueryService() throws ServerError
ServerError
IQueryPrx getQueryService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getQueryService()
Ice.AsyncResult begin_getQueryService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getQueryService(Ice.Callback __cb)
Ice.AsyncResult begin_getQueryService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getQueryService(Callback_ServiceFactory_getQueryService __cb)
Ice.AsyncResult begin_getQueryService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getQueryService __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, 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)
IQueryPrx end_getQueryService(Ice.AsyncResult __result) throws ServerError
ServerError
IRenderingSettingsPrx getRenderingSettingsService() throws ServerError
ServerError
IRenderingSettingsPrx getRenderingSettingsService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getRenderingSettingsService()
Ice.AsyncResult begin_getRenderingSettingsService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getRenderingSettingsService(Ice.Callback __cb)
Ice.AsyncResult begin_getRenderingSettingsService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getRenderingSettingsService(Callback_ServiceFactory_getRenderingSettingsService __cb)
Ice.AsyncResult begin_getRenderingSettingsService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getRenderingSettingsService __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, 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)
IRenderingSettingsPrx end_getRenderingSettingsService(Ice.AsyncResult __result) throws ServerError
ServerError
IRepositoryInfoPrx getRepositoryInfoService() throws ServerError
ServerError
IRepositoryInfoPrx getRepositoryInfoService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getRepositoryInfoService()
Ice.AsyncResult begin_getRepositoryInfoService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getRepositoryInfoService(Ice.Callback __cb)
Ice.AsyncResult begin_getRepositoryInfoService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getRepositoryInfoService(Callback_ServiceFactory_getRepositoryInfoService __cb)
Ice.AsyncResult begin_getRepositoryInfoService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getRepositoryInfoService __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, 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)
IRepositoryInfoPrx end_getRepositoryInfoService(Ice.AsyncResult __result) throws ServerError
ServerError
IRoiPrx getRoiService() throws ServerError
ServerError
IRoiPrx getRoiService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getRoiService()
Ice.AsyncResult begin_getRoiService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getRoiService(Ice.Callback __cb)
Ice.AsyncResult begin_getRoiService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getRoiService(Callback_ServiceFactory_getRoiService __cb)
Ice.AsyncResult begin_getRoiService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getRoiService __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, 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)
IRoiPrx end_getRoiService(Ice.AsyncResult __result) throws ServerError
ServerError
IScriptPrx getScriptService() throws ServerError
ServerError
IScriptPrx getScriptService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getScriptService()
Ice.AsyncResult begin_getScriptService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getScriptService(Ice.Callback __cb)
Ice.AsyncResult begin_getScriptService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getScriptService(Callback_ServiceFactory_getScriptService __cb)
Ice.AsyncResult begin_getScriptService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getScriptService __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, 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)
IScriptPrx end_getScriptService(Ice.AsyncResult __result) throws ServerError
ServerError
ISessionPrx getSessionService() throws ServerError
ServerError
ISessionPrx getSessionService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getSessionService()
Ice.AsyncResult begin_getSessionService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getSessionService(Ice.Callback __cb)
Ice.AsyncResult begin_getSessionService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getSessionService(Callback_ServiceFactory_getSessionService __cb)
Ice.AsyncResult begin_getSessionService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getSessionService __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, 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)
ISessionPrx end_getSessionService(Ice.AsyncResult __result) throws ServerError
ServerError
ISharePrx getShareService() throws ServerError
ServerError
ISharePrx getShareService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getShareService()
Ice.AsyncResult begin_getShareService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getShareService(Ice.Callback __cb)
Ice.AsyncResult begin_getShareService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getShareService(Callback_ServiceFactory_getShareService __cb)
Ice.AsyncResult begin_getShareService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getShareService __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, 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)
ISharePrx end_getShareService(Ice.AsyncResult __result) throws ServerError
ServerError
ITimelinePrx getTimelineService() throws ServerError
ServerError
ITimelinePrx getTimelineService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getTimelineService()
Ice.AsyncResult begin_getTimelineService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getTimelineService(Ice.Callback __cb)
Ice.AsyncResult begin_getTimelineService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getTimelineService(Callback_ServiceFactory_getTimelineService __cb)
Ice.AsyncResult begin_getTimelineService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getTimelineService __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, 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)
ITimelinePrx end_getTimelineService(Ice.AsyncResult __result) throws ServerError
ServerError
ITypesPrx getTypesService() throws ServerError
ServerError
ITypesPrx getTypesService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getTypesService()
Ice.AsyncResult begin_getTypesService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getTypesService(Ice.Callback __cb)
Ice.AsyncResult begin_getTypesService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getTypesService(Callback_ServiceFactory_getTypesService __cb)
Ice.AsyncResult begin_getTypesService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getTypesService __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, 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)
ITypesPrx end_getTypesService(Ice.AsyncResult __result) throws ServerError
ServerError
IUpdatePrx getUpdateService() throws ServerError
ServerError
IUpdatePrx getUpdateService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getUpdateService()
Ice.AsyncResult begin_getUpdateService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getUpdateService(Ice.Callback __cb)
Ice.AsyncResult begin_getUpdateService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getUpdateService(Callback_ServiceFactory_getUpdateService __cb)
Ice.AsyncResult begin_getUpdateService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getUpdateService __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, 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)
IUpdatePrx end_getUpdateService(Ice.AsyncResult __result) throws ServerError
ServerError
IMetadataPrx getMetadataService() throws ServerError
ServerError
IMetadataPrx getMetadataService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_getMetadataService()
Ice.AsyncResult begin_getMetadataService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_getMetadataService(Ice.Callback __cb)
Ice.AsyncResult begin_getMetadataService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getMetadataService(Callback_ServiceFactory_getMetadataService __cb)
Ice.AsyncResult begin_getMetadataService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getMetadataService __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, 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)
IMetadataPrx end_getMetadataService(Ice.AsyncResult __result) throws ServerError
ServerError
ExporterPrx createExporter() throws ServerError
ServerError
ExporterPrx createExporter(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createExporter()
Ice.AsyncResult begin_createExporter(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createExporter(Ice.Callback __cb)
Ice.AsyncResult begin_createExporter(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createExporter(Callback_ServiceFactory_createExporter __cb)
Ice.AsyncResult begin_createExporter(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createExporter __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, 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)
ExporterPrx end_createExporter(Ice.AsyncResult __result) throws ServerError
ServerError
JobHandlePrx createJobHandle() throws ServerError
ServerError
JobHandlePrx createJobHandle(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createJobHandle()
Ice.AsyncResult begin_createJobHandle(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createJobHandle(Ice.Callback __cb)
Ice.AsyncResult begin_createJobHandle(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createJobHandle(Callback_ServiceFactory_createJobHandle __cb)
Ice.AsyncResult begin_createJobHandle(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createJobHandle __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, 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)
JobHandlePrx end_createJobHandle(Ice.AsyncResult __result) throws ServerError
ServerError
RawFileStorePrx createRawFileStore() throws ServerError
ServerError
RawFileStorePrx createRawFileStore(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createRawFileStore()
Ice.AsyncResult begin_createRawFileStore(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createRawFileStore(Ice.Callback __cb)
Ice.AsyncResult begin_createRawFileStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createRawFileStore(Callback_ServiceFactory_createRawFileStore __cb)
Ice.AsyncResult begin_createRawFileStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createRawFileStore __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, 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)
RawFileStorePrx end_createRawFileStore(Ice.AsyncResult __result) throws ServerError
ServerError
RawPixelsStorePrx createRawPixelsStore() throws ServerError
ServerError
RawPixelsStorePrx createRawPixelsStore(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createRawPixelsStore()
Ice.AsyncResult begin_createRawPixelsStore(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createRawPixelsStore(Ice.Callback __cb)
Ice.AsyncResult begin_createRawPixelsStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createRawPixelsStore(Callback_ServiceFactory_createRawPixelsStore __cb)
Ice.AsyncResult begin_createRawPixelsStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createRawPixelsStore __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, 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)
RawPixelsStorePrx end_createRawPixelsStore(Ice.AsyncResult __result) throws ServerError
ServerError
RenderingEnginePrx createRenderingEngine() throws ServerError
ServerError
RenderingEnginePrx createRenderingEngine(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createRenderingEngine()
Ice.AsyncResult begin_createRenderingEngine(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createRenderingEngine(Ice.Callback __cb)
Ice.AsyncResult begin_createRenderingEngine(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createRenderingEngine(Callback_ServiceFactory_createRenderingEngine __cb)
Ice.AsyncResult begin_createRenderingEngine(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createRenderingEngine __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, 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)
RenderingEnginePrx end_createRenderingEngine(Ice.AsyncResult __result) throws ServerError
ServerError
SearchPrx createSearchService() throws ServerError
ServerError
SearchPrx createSearchService(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createSearchService()
Ice.AsyncResult begin_createSearchService(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createSearchService(Ice.Callback __cb)
Ice.AsyncResult begin_createSearchService(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createSearchService(Callback_ServiceFactory_createSearchService __cb)
Ice.AsyncResult begin_createSearchService(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createSearchService __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, 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)
SearchPrx end_createSearchService(Ice.AsyncResult __result) throws ServerError
ServerError
ThumbnailStorePrx createThumbnailStore() throws ServerError
ServerError
ThumbnailStorePrx createThumbnailStore(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ServerError
Ice.AsyncResult begin_createThumbnailStore()
Ice.AsyncResult begin_createThumbnailStore(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult begin_createThumbnailStore(Ice.Callback __cb)
Ice.AsyncResult begin_createThumbnailStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_createThumbnailStore(Callback_ServiceFactory_createThumbnailStore __cb)
Ice.AsyncResult begin_createThumbnailStore(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createThumbnailStore __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, 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)
ThumbnailStorePrx end_createThumbnailStore(Ice.AsyncResult __result) throws ServerError
ServerError
SharedResourcesPrx sharedResources() throws ServerError
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.ServerError
SharedResources
SharedResourcesPrx sharedResources(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__ctx
- The Context map to send with the invocation.ServerError
SharedResources
Ice.AsyncResult begin_sharedResources()
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.Ice.AsyncResult begin_sharedResources(java.util.Map<java.lang.String,java.lang.String> __ctx)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_sharedResources(Ice.Callback __cb)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__cb
- The asynchronous callback object.Ice.AsyncResult begin_sharedResources(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_sharedResources(Callback_ServiceFactory_sharedResources __cb)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__cb
- The asynchronous callback object.Ice.AsyncResult begin_sharedResources(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_sharedResources __cb)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_sharedResources(IceInternal.Functional_GenericCallback1<SharedResourcesPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__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.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)
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__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.SharedResourcesPrx end_sharedResources(Ice.AsyncResult __result) throws ServerError
SharedResources
service provides look ups
for various facilities offered by OMERO:
These facilities may or may not be available on first request.__result
- The asynchronous result object.ServerError
SharedResources
ServiceInterfacePrx getByName(java.lang.String name) throws ServerError
ServerError
ServiceInterfacePrx getByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getByName(java.lang.String name)
Ice.AsyncResult begin_getByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getByName(java.lang.String name, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getByName(java.lang.String name, Callback_ServiceFactory_getByName __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_getByName __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.ServiceInterfacePrx end_getByName(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
StatefulServiceInterfacePrx createByName(java.lang.String name) throws ServerError
ServerError
StatefulServiceInterfacePrx createByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_createByName(java.lang.String name)
Ice.AsyncResult begin_createByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createByName(java.lang.String name, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_createByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createByName(java.lang.String name, Callback_ServiceFactory_createByName __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_createByName(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_createByName __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.StatefulServiceInterfacePrx end_createByName(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void subscribe(java.lang.String topicName, Ice.ObjectPrx prx) throws ServerError
ServerError
void subscribe(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_subscribe(java.lang.String topicName, Ice.ObjectPrx prx)
Ice.AsyncResult begin_subscribe(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_subscribe(java.lang.String topicName, Ice.ObjectPrx prx, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_subscribe(java.lang.String topicName, Ice.ObjectPrx prx, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_subscribe(java.lang.String topicName, Ice.ObjectPrx prx, Callback_ServiceFactory_subscribe __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_subscribe(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void setCallback(ClientCallbackPrx callback) throws ServerError
ServerError
void setCallback(ClientCallbackPrx callback, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback)
Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, Callback_ServiceFactory_setCallback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_setCallback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_setCallback(ClientCallbackPrx callback, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_setCallback(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void closeOnDestroy() throws ServerError
ServerError
void closeOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_closeOnDestroy()
Ice.AsyncResult begin_closeOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_closeOnDestroy(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeOnDestroy(Callback_ServiceFactory_closeOnDestroy __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_closeOnDestroy __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_closeOnDestroy(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_closeOnDestroy(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_closeOnDestroy(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
void detachOnDestroy() throws ServerError
ServerError
void detachOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_detachOnDestroy()
Ice.AsyncResult begin_detachOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_detachOnDestroy(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_detachOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_detachOnDestroy(Callback_ServiceFactory_detachOnDestroy __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_detachOnDestroy(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_detachOnDestroy __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_detachOnDestroy(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_detachOnDestroy(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.void end_detachOnDestroy(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<java.lang.String> activeServices() throws ServerError
ServerError
java.util.List<java.lang.String> activeServices(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_activeServices()
Ice.AsyncResult begin_activeServices(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_activeServices(Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeServices(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeServices(Callback_ServiceFactory_activeServices __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_activeServices(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_activeServices __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.List<java.lang.String> end_activeServices(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
long keepAllAlive(ServiceInterfacePrx[] proxies) throws ServerError
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.ServerError
long keepAllAlive(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,java.lang.String> __ctx)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, Ice.Callback __cb)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, Callback_ServiceFactory_keepAllAlive __cb)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_keepAllAlive __cb)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAllAlive(ServiceInterfacePrx[] proxies, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__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.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)
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__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.long end_keepAllAlive(Ice.AsyncResult __result) throws ServerError
if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never
throw an exception.__result
- The asynchronous result object.ServerError
boolean keepAlive(ServiceInterfacePrx proxy) throws ServerError
ServerError
boolean keepAlive(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy)
Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, Callback_ServiceFactory_keepAlive __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ServiceFactory_keepAlive __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_keepAlive(ServiceInterfacePrx proxy, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.boolean end_keepAlive(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError