| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.InitiateInstrumentationCommand
InitiateInstrumentationCommand | public class InitiateInstrumentationCommand extends Command (Code) | | Request from the client to the back end to initiate TA instrumentation of the given type.
author: Tomas Hurka author: Misha Dmitriev author: Adrian Mos author: Ian Formanek |
InitiateInstrumentationCommand | public InitiateInstrumentationCommand(int instrType, String className, boolean instrSpawnedThreads, boolean startProfilingPointsActive)(Code) | | Legacy support for single root instrumentation
|
InitiateInstrumentationCommand | public InitiateInstrumentationCommand(int instrType, String[] classNames, boolean instrSpawnedThreads, boolean startProfilingPointsActive)(Code) | | |
InitiateInstrumentationCommand | public InitiateInstrumentationCommand(int instrType, String className, boolean startProfilingPointsActive)(Code) | | This is a special method only called to setup the connection in ProfilerClient.connectToServer() - see comments there
|
InitiateInstrumentationCommand | InitiateInstrumentationCommand()(Code) | | |
getInstrSpawnedThreads | public boolean getInstrSpawnedThreads()(Code) | | |
getInstrType | public int getInstrType()(Code) | | |
getProfilingPointHandlers | public String[] getProfilingPointHandlers()(Code) | | |
getProfilingPointIDs | public int[] getProfilingPointIDs()(Code) | | |
getProfilingPointInfos | public String[] getProfilingPointInfos()(Code) | | |
isStartProfilingPointsActive | public boolean isStartProfilingPointsActive()(Code) | | |
setInstrType | public void setInstrType(int t)(Code) | | |
|
|
|