summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wagner2011-08-17 14:00:23 +0200
committerSebastian Wagner2011-08-17 14:00:23 +0200
commit7a3f1b82cf3f1d841103dcf38301352c4287ba2d (patch)
tree33c5db778e1f86195b963d47fce440e13d80dbe8
parentstatusmeldung verändert (diff)
downloadpoolctrl-7a3f1b82cf3f1d841103dcf38301352c4287ba2d.tar.gz
poolctrl-7a3f1b82cf3f1d841103dcf38301352c4287ba2d.tar.xz
poolctrl-7a3f1b82cf3f1d841103dcf38301352c4287ba2d.zip
more statusText messages
-rw-r--r--gearman/controllerWorker/ControllerWorker/Shutdown.java13
1 files changed, 13 insertions, 0 deletions
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() {