public class RegisterServantMessage extends InternalMessage
InternalMessage
raised when a servant should be registered for clean.
This is possibly the result of a redirect performed within a servant or of
the creation of another servant from SharedResourcesI.ticket:2253
,
Serialized FormthreadSafe
source
Constructor and Description |
---|
RegisterServantMessage(Object source,
Ice.Object servant,
Ice.Current current)
Create a new message
|
Modifier and Type | Method and Description |
---|---|
Ice.Current |
getCurrent() |
ServantHolder |
getHolder() |
Ice.ObjectPrx |
getProxy() |
Ice.Object |
getServant() |
void |
setHolder(ServantHolder holder) |
void |
setProxy(Ice.ObjectPrx prx) |
isThreadSafe
getSource, toString
public RegisterServantMessage(Object source, Ice.Object servant, Ice.Current current)
source
- the source of the messageservant
- the servant that is to be registeredcurrent
- the Ice contextpublic Ice.Object getServant()
public Ice.Current getCurrent()
public void setProxy(Ice.ObjectPrx prx)
prx
- the proxy object to setpublic Ice.ObjectPrx getProxy()
public void setHolder(ServantHolder holder)
holder
- the servant holder to setpublic ServantHolder getHolder()
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.