Class UnregisterServantMessage

  • All Implemented Interfaces:
    java.io.Serializable

    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
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ice.Current getCurrent()  
      ServantHolder getHolder()  
      • Methods inherited from class ome.util.messages.InternalMessage

        isThreadSafe
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnregisterServantMessage

        public UnregisterServantMessage​(java.lang.Object source,
                                        Ice.Current current,
                                        ServantHolder holder)
    • Method Detail

      • getCurrent

        public Ice.Current getCurrent()