| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.GetClassIdCommand
GetClassIdCommand | public class GetClassIdCommand extends Command (Code) | | Command that is issued by back end when the instance is allocated via reflection
and a classId is needed for given class identified by class name and classloaded id.
It is only used for Memory profiling
author: Tomas Hurka author: Misha Dmitriev author: Ian Formanek |
GetClassIdCommand | public GetClassIdCommand(String className, int classLoaderId)(Code) | | Creates new MethodLoadedCommand.
Parameters: className - name fo the class loaded Parameters: classLoaderId - id of ClassLoader that loaded the class Parameters: methodName - Name of method that is going to be invoked Parameters: methodSignature - Signature of method that is going to be invoked |
GetClassIdCommand | GetClassIdCommand()(Code) | | |
getClassLoaderId | public int getClassLoaderId()(Code) | | id of ClassLoader that loaded the class |
getClassName | public String getClassName()(Code) | | name fo the class loaded |
toString | public String toString()(Code) | | Debug println of values |
|
|
|