if(clientHealthStatus == null){ try{ clientHealthStatus = serverMbean.showClientStats(clientId); if(clientHealthStatus == null){ return ResultBuilder.createGemFireErrorResult(CliStrings.format(CliStrings.DESCRIBE_CLIENT_COULD_NOT_RETRIEVE_STATS_FOR_CLIENT_0, clientId));
"<ExpectedString> ClientId of the Server is " + clientId + "</ExpectedString> "); ClientHealthStatus clientStatus = bean.showClientStats(clientId); getLogWriter().info( "<ExpectedString> ClientStats of the Server is " + clientStatus