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
source
Constructor and Description |
---|
FindServiceFactoryMessage(Object source,
Ice.Current current) |
FindServiceFactoryMessage(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
getTimestamp
getSource, toString
protected final transient Ice.Current curr
protected transient Ice.Identity id
protected transient ServiceFactoryI sf
public FindServiceFactoryMessage(Object source, Ice.Identity id)
public FindServiceFactoryMessage(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.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.