public class FindServiceFactoryMessage extends InternalMessage
InternalMessage raised when a servant needs to find
the ServiceFactoryI instance that the current user
is working with.| Modifier and Type | Field and Description |
|---|---|
protected Ice.Current |
curr |
protected Ice.Identity |
id |
protected ServiceFactoryI |
sf |
threadSafesource| Constructor and Description |
|---|
FindServiceFactoryMessage(Object source,
Ice.Current current) |
| Modifier and Type | Method and Description |
|---|---|
Ice.Current |
getCurrent() |
ServiceFactoryI |
getServiceFactory() |
void |
setServiceFactory(Ice.Identity id,
ServiceFactoryI sf)
Store the information.
|
isThreadSafegetSource, toStringprotected final transient Ice.Current curr
protected transient Ice.Identity id
protected transient ServiceFactoryI sf
public FindServiceFactoryMessage(Object source, Ice.Current current)
public Ice.Current getCurrent()
public void setServiceFactory(Ice.Identity id,
ServiceFactoryI sf)
throws omero.ServerError
omero.ServerError - so that subclasses can make use of remote methods.public ServiceFactoryI getServiceFactory()
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.