Class ShutdownEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShutdownEvent
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    andrzej
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ShutdownEvent()  
      ShutdownEvent​(java.lang.String node, long delay, java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDelay()  
      java.lang.String getMessage()  
      java.lang.String getNode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShutdownEvent

        public ShutdownEvent()
      • ShutdownEvent

        public ShutdownEvent​(java.lang.String node,
                             long delay,
                             java.lang.String msg)
    • Method Detail

      • getDelay

        public long getDelay()
      • getMessage

        public java.lang.String getMessage()
      • getNode

        public java.lang.String getNode()