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
A notification informing that a storage layer node as went down due to an
internal server error.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a server down notification.ServerDownNotification(String message) Creates a server down notification with a message detailing the cause of the error. -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.protocols.storage.notifications.common.CommonNotification
getMessageMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoNotification
getId
-
Field Details
-
NOTIFICATION_ID
public static final short NOTIFICATION_ID- See Also:
-
-
Constructor Details
-
ServerDownNotification
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.
-