ome.services.blitz.util
Class UnregisterServantMessage

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by ome.util.messages.InternalMessage
              extended by ome.services.blitz.util.UnregisterServantMessage
All Implemented Interfaces:
Serializable

public class UnregisterServantMessage
extends 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

Author:
Josh Moore, josh at glencoesoftware.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ome.util.messages.InternalMessage
threadSafe
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UnregisterServantMessage(Object source, Ice.Current current)
           
 
Method Summary
 Ice.Current getCurrent()
           
 
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(Object source,
                                Ice.Current current)
Method Detail

getCurrent

public Ice.Current getCurrent()


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.