Class ContextMessage.Push

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ContextMessage

    public static class ContextMessage.Push
    extends ContextMessage
    Published when an internal service would like to modify the current EventContext. A PopContextMessage should be used once the temporary login is complete.
    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
      Push​(java.lang.Object source, java.util.Map<java.lang.String,​java.lang.String> context)  
    • Method Summary

      • 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

      • Push

        public Push​(java.lang.Object source,
                    java.util.Map<java.lang.String,​java.lang.String> context)