356357358359360361362363
showNotification.setMessage(message); showNotification.execute(); } public void systemShutdown() { final SystemShutdown shutdown = new SystemShutdown(client, httpUri); shutdown.execute(); }