Package org.apache.kato.hprof.java

Examples of org.apache.kato.hprof.java.JavaRuntimeImpl


  @Override
  public List getRuntimes() {
   
    if(javaRuntime==null) {
      javaRuntime=new JavaRuntimeImpl(this.view, (ImageAddressSpace) imageImpl.getAddressSpaces().get(0));
    }
    List list=new LinkedList();
    list.add(javaRuntime);
    return list;
  }
View Full Code Here

TOP

Related Classes of org.apache.kato.hprof.java.JavaRuntimeImpl

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.