361362363364365366367368
final SystemShutdown shutdown = new SystemShutdown(client, httpUri); shutdown.execute(); } public void systemSuspend() { final SystemSuspend suspend = new SystemSuspend(client, httpUri); suspend.execute(); }