ome.services.messages
Class DestroySessionMessage

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

public class DestroySessionMessage
extends AbstractSessionMessage

Published before a session destruction. If an exception is throw, this will be propagated back to the caller and the transaction will be rolled back.

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
DestroySessionMessage(Object source, String sessionId)
           
 
Method Summary
 
Methods inherited from class ome.services.messages.AbstractSessionMessage
getSessionId, 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

DestroySessionMessage

public DestroySessionMessage(Object source,
                             String sessionId)


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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