public class UnregisterServantMessage
extends ome.util.messages.InternalMessage
InternalMessage
raised when a servant should be removed from the
adapter
. This is most likely a result of a call to
"service.close()" from within
IceMethodInvoker
Though this instance is Serializable
through inheritance, it
is not intended to be stored anywhere, but should be acted upon and discarded
immediately. The Current
instance is not
Serializable
Constructor and Description |
---|
UnregisterServantMessage(java.lang.Object source,
Ice.Current current,
ServantHolder holder) |
Modifier and Type | Method and Description |
---|---|
Ice.Current |
getCurrent() |
ServantHolder |
getHolder() |
public UnregisterServantMessage(java.lang.Object source, Ice.Current current, ServantHolder holder)
public Ice.Current getCurrent()
public ServantHolder getHolder()