TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.jvm.threadanalysis
Class ThreadDumpGeneratorImpl

java.lang.Object
  extended byorg.eclipse.hyades.logging.jvm.threadanalysis.ThreadDumpGeneratorImpl
All Implemented Interfaces:
ThreadDumpGenerator

public class ThreadDumpGeneratorImpl
extends java.lang.Object
implements ThreadDumpGenerator


Constructor Summary
ThreadDumpGeneratorImpl()
           
 
Method Summary
 DumpData dump(int pid)
           
 DumpData dump(java.lang.String file)
           
 DumpData dump(java.lang.String server, int soapPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadDumpGeneratorImpl

public ThreadDumpGeneratorImpl()
Method Detail

dump

public DumpData dump(int pid)
Specified by:
dump in interface ThreadDumpGenerator

dump

public DumpData dump(java.lang.String file)
Specified by:
dump in interface ThreadDumpGenerator

dump

public DumpData dump(java.lang.String server,
                     int soapPort)
Specified by:
dump in interface ThreadDumpGenerator

TPTP 4.4.0 Platform Project
Public API Specification