From 7a3f1b82cf3f1d841103dcf38301352c4287ba2d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 17 Aug 2011 14:00:23 +0200 Subject: more statusText messages --- gearman/controllerWorker/ControllerWorker/Shutdown.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gearman/controllerWorker/ControllerWorker/Shutdown.java b/gearman/controllerWorker/ControllerWorker/Shutdown.java index f770579..bdd3c9d 100644 --- a/gearman/controllerWorker/ControllerWorker/Shutdown.java +++ b/gearman/controllerWorker/ControllerWorker/Shutdown.java @@ -74,6 +74,19 @@ public class Shutdown extends Thread { this.error = false; this.statusText = new String[14]; this.statusText[0] = "The shutdown process of the client has been started."; + this.statusText[1] = "The ping has been started."; + this.statusText[2] = "The client is alive."; + this.statusText[3] = "The check if a user is logged in has been started."; + this.statusText[4] = "No user is logged in."; + this.statusText[5] = "A shutdown of the client has been triggered."; + this.statusText[6] = "The shutdown command has been sent."; + this.statusText[7] = "The ping after shutdown has been started."; + this.statusText[8] = "Doing ping after shutdown again and again, until client is not alive or two minutes has been elapsed"; + this.statusText[9] = "A user is logged in."; + this.statusText[10] = "The check if the user is working has been started."; + this.statusText[11] = "The user is working."; + this.statusText[12] = "Shutdown of the client has not been finished, due to an error."; + this.statusText[13] = "Shutdown of the client has been finished."; } public void run() { -- cgit v1.2.3-55-g7522