public class FindServiceFactoryMessage
extends ome.util.messages.InternalMessage
InternalMessage
raised when a servant needs to find
the ServiceFactoryI
instance that the current user
is working with.修飾子とタイプ | フィールドと説明 |
---|---|
protected Ice.Current |
curr |
protected Ice.Identity |
id |
protected ServiceFactoryI |
sf |
コンストラクタと説明 |
---|
FindServiceFactoryMessage(java.lang.Object source,
Ice.Current current) |
FindServiceFactoryMessage(java.lang.Object source,
Ice.Identity id) |
修飾子とタイプ | メソッドと説明 |
---|---|
Ice.Current |
getCurrent() |
Ice.Identity |
getIdentity() |
ServiceFactoryI |
getServiceFactory() |
void |
setServiceFactory(Ice.Identity id,
ServiceFactoryI sf)
Store the information.
|
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()