com.caucho.health.action
Class StartProfiler.ProfilerTask

java.lang.Object
  extended by com.caucho.health.action.StartProfiler.ProfilerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
StartProfiler

protected class StartProfiler.ProfilerTask
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
protected StartProfiler.ProfilerTask()
           
 
Method Summary
 void cancel()
           
 boolean isAlive()
           
 java.lang.String jsonProfile()
           
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartProfiler.ProfilerTask

protected StartProfiler.ProfilerTask()
Method Detail

isAlive

public boolean isAlive()

start

public void start()

cancel

public void cancel()

jsonProfile

public java.lang.String jsonProfile()

run

public void run()
Specified by:
run in interface java.lang.Runnable