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