Class UserSignalMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserSignalMessage
    extends InternalMessage
    Published if the Posix USR1 or USR2 signal is received.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int signal  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      UserSignalMessage​(java.lang.Object source, int signal)  
    • 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
    • Field Detail

      • signal

        public final int signal
    • Constructor Detail

      • UserSignalMessage

        public UserSignalMessage​(java.lang.Object source,
                                 int signal)