| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.InstrumentMethodGroupCommand
InstrumentMethodGroupCommand | public class InstrumentMethodGroupCommand extends Command (Code) | | Request from client to back end to instrument a group of TA methods.
author: Misha Dmitriev author: Ian Formanek |
InstrumentMethodGroupCommand | public InstrumentMethodGroupCommand(int instrType, String[] instrMethodClasses, int[] instrMethodClassLoaderIds, byte[][] replacementClassFileBytes, boolean[] instrMethodLeaf, int addInfo)(Code) | | 1.5-style RedefineClasses() instrumentation constructor
|
InstrumentMethodGroupCommand | public InstrumentMethodGroupCommand(Object dummy)(Code) | | This is used just to send "empty" commands, meaning no methods are instrumented
|
InstrumentMethodGroupCommand | InstrumentMethodGroupCommand()(Code) | | |
getClassLoaderIds | public int[] getClassLoaderIds()(Code) | | |
getInstrMethodLeaf | public boolean[] getInstrMethodLeaf()(Code) | | |
getInstrType | public int getInstrType()(Code) | | |
getReplacementClassFileBytes | public byte[][] getReplacementClassFileBytes()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|