Class ServerDownNotification

java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoNotification
pt.unl.fct.di.novasys.babel.protocols.storage.notifications.common.CommonNotification
pt.unl.fct.di.novasys.babel.protocols.storage.notifications.ServerDownNotification

public class ServerDownNotification extends CommonNotification
A notification informing that a storage layer node as went down due to an internal server error.
  • Field Details

  • Constructor Details

    • ServerDownNotification

      public ServerDownNotification(String message)
      Creates a server down notification with a message detailing the cause of the error.
      Parameters:
      message - the message detailing the error.
    • ServerDownNotification

      public ServerDownNotification()
      Creates a server down notification.