|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.btrace.api.BTraceEngine
public abstract class BTraceEngine
This class serves as a factory for BTraceTask instances
Usually, when using BTrace on a process with given PID one would do
BTraceTask task = BTraceEngine.sharedInstance().createTask(PID)
Constructor Summary | |
---|---|
BTraceEngine()
|
Method Summary | |
---|---|
abstract BTraceTask |
createTask(int pid)
Abstract factory method for BTraceTask instances |
static BTraceEngine |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTraceEngine()
Method Detail |
---|
public static final BTraceEngine newInstance()
public abstract BTraceTask createTask(int pid)
pid
- The application PID to create the task for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |