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 |
threadSafe
Constructor and Description |
---|
FindServiceFactoryMessage(java.lang.Object source,
Ice.Current current) |
FindServiceFactoryMessage(java.lang.Object source,
Ice.Identity id) |
Modifier and Type | Method and Description |
---|---|
Ice.Current |
getCurrent() |
Ice.Identity |
getIdentity() |
ServiceFactoryI |
getServiceFactory() |
void |
setServiceFactory(Ice.Identity id,
ServiceFactoryI sf)
Store the information.
|
isThreadSafe
protected final transient Ice.Current curr
protected transient Ice.Identity id
protected transient ServiceFactoryI sf
public FindServiceFactoryMessage(java.lang.Object source, Ice.Identity id)
public FindServiceFactoryMessage(java.lang.Object source, Ice.Current current)
public Ice.Identity getIdentity()
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.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.