Package omero.api
Class _ServiceFactoryDisp
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._ServiceFactoryDisp
-
- All Implemented Interfaces:
Glacier2._SessionOperations
,Glacier2._SessionOperationsNC
,Glacier2.Session
,Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_ServiceFactoryOperations
,_ServiceFactoryOperationsNC
,ServiceFactory
,_SessionOperations
,_SessionOperationsNC
,Session
- Direct Known Subclasses:
_ServiceFactoryTie
public abstract class _ServiceFactoryDisp extends Ice.ObjectImpl implements ServiceFactory
Starting point for all OMERO.blitz interaction.A ServiceFactory once acquired can be used to create any number of service proxies to the server. Most services implement
ServiceInterface
or its subinterfaceStatefulServiceInterface
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Fields inherited from interface omero.api.ServiceFactory
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ServiceFactoryDisp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___activeServices(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___closeOnDestroy(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createByName(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createExporter(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createJobHandle(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createRawFileStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createRawPixelsStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createRenderingEngine(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createSearchService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___createThumbnailStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___detachOnDestroy(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getAdminService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getByName(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getConfigService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getContainerService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getLdapService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getMetadataService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPixelsService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getProjectionService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getQueryService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRenderingSettingsService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRepositoryInfoService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRoiService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getScriptService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSecurityContexts(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSessionService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getShareService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getTimelineService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getTypesService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getUpdateService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___keepAlive(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___keepAllAlive(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCallback(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSecurityContext(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSecurityPassword(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sharedResources(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___subscribe(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
java.util.List<java.lang.String>
activeServices()
Returns a list of string ids for currently active services.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.StatefulServiceInterfacePrx
createByName(java.lang.String name)
Allows looking up any stateful service by name.ExporterPrx
createExporter()
JobHandlePrx
createJobHandle()
RawFileStorePrx
createRawFileStore()
RawPixelsStorePrx
createRawPixelsStore()
RenderingEnginePrx
createRenderingEngine()
SearchPrx
createSearchService()
ThumbnailStorePrx
createThumbnailStore()
void
destroy()
Destroy the session.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.IAdminPrx
getAdminService()
ServiceInterfacePrx
getByName(java.lang.String name)
Allows looking up any stateless service by name.IConfigPrx
getConfigService()
IContainerPrx
getContainerService()
ILdapPrx
getLdapService()
IMetadataPrx
getMetadataService()
IPixelsPrx
getPixelsService()
IProjectionPrx
getProjectionService()
IQueryPrx
getQueryService()
IRenderingSettingsPrx
getRenderingSettingsService()
IRepositoryInfoPrx
getRepositoryInfoService()
IRoiPrx
getRoiService()
IScriptPrx
getScriptService()
java.util.List<IObject>
getSecurityContexts()
Provides a list of all valid security contexts for this session.ISessionPrx
getSessionService()
ISharePrx
getShareService()
ITimelinePrx
getTimelineService()
ITypesPrx
getTypesService()
IUpdatePrx
getUpdateService()
protected void
ice_copyStateFrom(Ice.Object __obj)
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
boolean
keepAlive(ServiceInterfacePrx proxy)
Returns true if the given service is alive.long
keepAllAlive(ServiceInterfacePrx[] proxies)
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.IObject
setSecurityContext(IObject obj)
Changes the security context for the current session.void
setSecurityPassword(java.lang.String password)
Re-validates the password for the current session.SharedResourcesPrx
sharedResources()
Returns a reference to a back-end manager.void
submit_async(AMD_Session_submit __cb, Request req)
void
subscribe(java.lang.String topicName, Ice.ObjectPrx prx)
Subscribe to a given topic.-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.api._ServiceFactoryOperations
activeServices, closeOnDestroy, createByName, createExporter, createJobHandle, createRawFileStore, createRawPixelsStore, createRenderingEngine, createSearchService, createThumbnailStore, detachOnDestroy, getAdminService, getByName, getConfigService, getContainerService, getLdapService, getMetadataService, getPixelsService, getProjectionService, getQueryService, getRenderingSettingsService, getRepositoryInfoService, getRoiService, getScriptService, getSecurityContexts, getSessionService, getShareService, getTimelineService, getTypesService, getUpdateService, keepAlive, keepAllAlive, setCallback, setSecurityContext, setSecurityPassword, sharedResources, subscribe
-
Methods inherited from interface omero.cmd._SessionOperations
submit_async
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_copyStateFrom
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
ice_isA
public boolean ice_isA(java.lang.String s)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classIce.ObjectImpl
-
ice_staticId
public static java.lang.String ice_staticId()
-
destroy
public final void destroy()
Destroy the session. This is called automatically when the router is destroyed.- Specified by:
destroy
in interfaceGlacier2._SessionOperationsNC
-
activeServices
public final java.util.List<java.lang.String> activeServices() throws ServerError
Returns a list of string ids for currently active services. This will _not_ keep services alive, and in fact checks for all expired services and removes them.- Specified by:
activeServices
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
closeOnDestroy
public final void closeOnDestroy() throws ServerError
Marks the session for closure rather than detachment, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() Closing the session rather the detaching is more secure, since all resources are removed from the server and can safely be set once it is clear that a client is finished with those resources.- Specified by:
closeOnDestroy
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createByName
public final StatefulServiceInterfacePrx createByName(java.lang.String name) throws ServerError
Allows looking up any stateful service by name. See Constants.ice for examples of services. If a service has been added by third-parties, createByName can be used even though no concrete method is available.- Specified by:
createByName
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createExporter
public final ExporterPrx createExporter() throws ServerError
- Specified by:
createExporter
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createJobHandle
public final JobHandlePrx createJobHandle() throws ServerError
- Specified by:
createJobHandle
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createRawFileStore
public final RawFileStorePrx createRawFileStore() throws ServerError
- Specified by:
createRawFileStore
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createRawPixelsStore
public final RawPixelsStorePrx createRawPixelsStore() throws ServerError
- Specified by:
createRawPixelsStore
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createRenderingEngine
public final RenderingEnginePrx createRenderingEngine() throws ServerError
- Specified by:
createRenderingEngine
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createSearchService
public final SearchPrx createSearchService() throws ServerError
- Specified by:
createSearchService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
createThumbnailStore
public final ThumbnailStorePrx createThumbnailStore() throws ServerError
- Specified by:
createThumbnailStore
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
detachOnDestroy
public final void detachOnDestroy() throws ServerError
Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.- Specified by:
detachOnDestroy
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getAdminService
public final IAdminPrx getAdminService() throws ServerError
- Specified by:
getAdminService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getByName
public final ServiceInterfacePrx getByName(java.lang.String name) throws ServerError
Allows looking up any stateless service by name. See Constants.ice for examples of services. If a service has been added by third-parties, getByName can be used even though no concrete method is available.- Specified by:
getByName
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getConfigService
public final IConfigPrx getConfigService() throws ServerError
- Specified by:
getConfigService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getContainerService
public final IContainerPrx getContainerService() throws ServerError
- Specified by:
getContainerService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getLdapService
public final ILdapPrx getLdapService() throws ServerError
- Specified by:
getLdapService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getMetadataService
public final IMetadataPrx getMetadataService() throws ServerError
- Specified by:
getMetadataService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getPixelsService
public final IPixelsPrx getPixelsService() throws ServerError
- Specified by:
getPixelsService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getProjectionService
public final IProjectionPrx getProjectionService() throws ServerError
- Specified by:
getProjectionService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getQueryService
public final IQueryPrx getQueryService() throws ServerError
- Specified by:
getQueryService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getRenderingSettingsService
public final IRenderingSettingsPrx getRenderingSettingsService() throws ServerError
- Specified by:
getRenderingSettingsService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getRepositoryInfoService
public final IRepositoryInfoPrx getRepositoryInfoService() throws ServerError
- Specified by:
getRepositoryInfoService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getRoiService
public final IRoiPrx getRoiService() throws ServerError
- Specified by:
getRoiService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getScriptService
public final IScriptPrx getScriptService() throws ServerError
- Specified by:
getScriptService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getSecurityContexts
public final java.util.List<IObject> getSecurityContexts() throws ServerError
Provides a list of all valid security contexts for this session. Each of the returnedIObject
instances can be passed tosetSecurityContext
.- Specified by:
getSecurityContexts
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getSessionService
public final ISessionPrx getSessionService() throws ServerError
- Specified by:
getSessionService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getShareService
public final ISharePrx getShareService() throws ServerError
- Specified by:
getShareService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getTimelineService
public final ITimelinePrx getTimelineService() throws ServerError
- Specified by:
getTimelineService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getTypesService
public final ITypesPrx getTypesService() throws ServerError
- Specified by:
getTypesService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
getUpdateService
public final IUpdatePrx getUpdateService() throws ServerError
- Specified by:
getUpdateService
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
keepAlive
public final boolean keepAlive(ServiceInterfacePrx proxy) throws ServerError
Returns true if the given service is alive. Except for fatal server or session errors, this method should never throw an exception.- Specified by:
keepAlive
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
keepAllAlive
public final long keepAllAlive(ServiceInterfacePrx[] proxies) throws ServerError
Requests that the given services be marked as alive. It is possible that one of the services has already timed out, in which case the returned long value will be non-zero. Specifically, the bit representing the 0-based index will be 1:if (retval & 1<<idx == 1<<idx) { // not alive }
Except for fatal server or session errors, this method should never throw an exception.- Specified by:
keepAllAlive
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
setCallback
public final void setCallback(ClientCallbackPrx callback) throws ServerError
Sets the single callback used by the ServiceFactory to communicate with the client application. A default callback is set by the omero::client object on session creation which should suffice for most usage. See the client object's documentation in each language mapping for ways to use the callback.- Specified by:
setCallback
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
setSecurityContext
public final IObject setSecurityContext(IObject obj) throws ServerError
Changes the security context for the current session.A security context limits the set of objects which will be returned by all queries and restricts what updates can be made.
Current valid values for security context:
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.Example usage in Python:
sf = client.createSession() objs = sf.getSecurityContexts() old = sf.setSecurityContext(objs\[-1])
- Specified by:
setSecurityContext
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
setSecurityPassword
public final void setSecurityPassword(java.lang.String password) throws ServerError
Re-validates the password for the current session. This prevents See methods that mention "HasPassword".- Specified by:
setSecurityPassword
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
sharedResources
public final SharedResourcesPrx sharedResources() throws ServerError
Returns a reference to a back-end manager. TheSharedResources
service provides look ups for various facilities offered by OMERO: These facilities may or may not be available on first request.- Specified by:
sharedResources
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
- See Also:
SharedResources
-
subscribe
public final void subscribe(java.lang.String topicName, Ice.ObjectPrx prx) throws ServerError
Subscribe to a given topic. The topic must exist and the user must have sufficient permissions for that topic. Further the proxy object must match the required type for the topic as encoded in the topic name.- Specified by:
subscribe
in interface_ServiceFactoryOperationsNC
- Throws:
ServerError
-
submit_async
public final void submit_async(AMD_Session_submit __cb, Request req)
- Specified by:
submit_async
in interface_SessionOperationsNC
-
___getSecurityContexts
public static Ice.DispatchStatus ___getSecurityContexts(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSecurityContext
public static Ice.DispatchStatus ___setSecurityContext(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSecurityPassword
public static Ice.DispatchStatus ___setSecurityPassword(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAdminService
public static Ice.DispatchStatus ___getAdminService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getConfigService
public static Ice.DispatchStatus ___getConfigService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getContainerService
public static Ice.DispatchStatus ___getContainerService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getLdapService
public static Ice.DispatchStatus ___getLdapService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPixelsService
public static Ice.DispatchStatus ___getPixelsService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getProjectionService
public static Ice.DispatchStatus ___getProjectionService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getQueryService
public static Ice.DispatchStatus ___getQueryService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRenderingSettingsService
public static Ice.DispatchStatus ___getRenderingSettingsService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRepositoryInfoService
public static Ice.DispatchStatus ___getRepositoryInfoService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRoiService
public static Ice.DispatchStatus ___getRoiService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getScriptService
public static Ice.DispatchStatus ___getScriptService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSessionService
public static Ice.DispatchStatus ___getSessionService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getShareService
public static Ice.DispatchStatus ___getShareService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getTimelineService
public static Ice.DispatchStatus ___getTimelineService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getTypesService
public static Ice.DispatchStatus ___getTypesService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getUpdateService
public static Ice.DispatchStatus ___getUpdateService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMetadataService
public static Ice.DispatchStatus ___getMetadataService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createExporter
public static Ice.DispatchStatus ___createExporter(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createJobHandle
public static Ice.DispatchStatus ___createJobHandle(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createRawFileStore
public static Ice.DispatchStatus ___createRawFileStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createRawPixelsStore
public static Ice.DispatchStatus ___createRawPixelsStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createRenderingEngine
public static Ice.DispatchStatus ___createRenderingEngine(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createSearchService
public static Ice.DispatchStatus ___createSearchService(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createThumbnailStore
public static Ice.DispatchStatus ___createThumbnailStore(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sharedResources
public static Ice.DispatchStatus ___sharedResources(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getByName
public static Ice.DispatchStatus ___getByName(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___createByName
public static Ice.DispatchStatus ___createByName(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___subscribe
public static Ice.DispatchStatus ___subscribe(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCallback
public static Ice.DispatchStatus ___setCallback(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___closeOnDestroy
public static Ice.DispatchStatus ___closeOnDestroy(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___detachOnDestroy
public static Ice.DispatchStatus ___detachOnDestroy(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___activeServices
public static Ice.DispatchStatus ___activeServices(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___keepAllAlive
public static Ice.DispatchStatus ___keepAllAlive(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___keepAlive
public static Ice.DispatchStatus ___keepAlive(ServiceFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIce.ObjectImpl
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIce.ObjectImpl
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIce.ObjectImpl
-
-