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.Modifier and Type | Field and Description |
---|---|
protected Ice.Current |
curr |
protected Ice.Identity |
id |
protected ServiceFactoryI |
sf |
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.
|
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 ServerError
ServerError
- so that subclasses can make use of remote methods.public ServiceFactoryI getServiceFactory()