Package com.caucho.admin.action

Examples of com.caucho.admin.action.ListJmxAction


  public String listJmx(long id, String to, String from, JmxListQuery query)
  {
    String result = null;
   
    try {
      result = new ListJmxAction().execute(query.getPattern(),
                                           query.isPrintAttributes(),
                                           query.isPrintValues(),
                                           query.isPrintOperations(),
                                           query.isAllBeans(),
                                           query.isPlatform());
View Full Code Here

TOP

Related Classes of com.caucho.admin.action.ListJmxAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.