<%@page contentType="text/html" import="java.net.*" %> Operation Results
JBoss

JMX MBean Operation Result <%= opResultInfo.name%>()

Back to Agent View Back to MBean View Reinvoke MBean Operation"); %>

<% if( opResultInfo.result == null ) { %> Operation completed successfully without a return value. <% } else { String opResultString = opResultInfo.result.toString(); boolean hasPreTag = opResultString.startsWith("
");
      if( hasPreTag == false )
         out.println("
");
      out.println(opResultString);
      if( hasPreTag == false )
         out.println("
"); } %>