Examples of HeapDumpAction


Examples of com.caucho.admin.action.HeapDumpAction

  public String doHeapDump(long id, String to, String from, HeapDumpQuery query)
  {
    String result = null;
   
    try {
      result = new HeapDumpAction().execute(query.isRaw(),
                                            _server.getServerId(),
                                            _hprofDir);
    } catch (ConfigException e) {
      log.log(Level.WARNING, e.getMessage(), e);
      result = e.getMessage();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.