| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.RootClassLoadedCommand
RootClassLoadedCommand | public class RootClassLoadedCommand extends Command (Code) | | This command is issued by the back end to signal that the root instrumentation class has been loaded.
It contains the information about all classes loaded by the target JVM by that time.
author: Misha Dmitriev author: Ian Formanek |
RootClassLoadedCommand | public RootClassLoadedCommand(String[] allLoadedClassNames, int[] loaderIds, byte[][] cachedClassFileBytes, int classCount, int[] parentLoaderIds, String eventBufferFileName)(Code) | | |
RootClassLoadedCommand | RootClassLoadedCommand()(Code) | | |
getAllLoadedClassLoaderIds | public int[] getAllLoadedClassLoaderIds()(Code) | | |
getAllLoadedClassNames | public String[] getAllLoadedClassNames()(Code) | | |
getCachedClassFileBytes | public byte[][] getCachedClassFileBytes()(Code) | | |
getEventBufferFileName | public String getEventBufferFileName()(Code) | | |
getParentLoaderIds | public int[] getParentLoaderIds()(Code) | | |
|
|
|