Class ShutdownImmediately

  • All Implemented Interfaces:
    PlatformMessage, java.io.Serializable, java.lang.Cloneable

    public class ShutdownImmediately
    extends Shutdown
    Sent to tell the AdminService to shutdown this instance of Attivio quickly without waiting for in-flight documents to pass through the system.

    See the Shutdown message for a cleaner shutdown.

    See Also:
    Serialized Form
    • Constructor Detail

      • ShutdownImmediately

        public ShutdownImmediately()
        The default constructor
      • ShutdownImmediately

        public ShutdownImmediately​(long delayUntilShutdown)
        Constructor
        Parameters:
        delayUntilShutdown - the delay until shutdown
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Shutdown
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class Shutdown