Class DestroySessionMessage

  • All Implemented Interfaces:
    java.io.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

      Constructors 
      Constructor Description
      DestroySessionMessage​(java.lang.Object source, java.lang.String sessionId)  
    • Method Summary

      • 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​(java.lang.Object source,
                                     java.lang.String sessionId)