| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Response org.netbeans.lib.profiler.wireprotocol.VMPropertiesResponse
VMPropertiesResponse | public class VMPropertiesResponse extends Response (Code) | | This response is generated by the back end and contains the VM properties such as various class paths.
author: Tomas Hurka author: Misha Dmitriev author: Ian Formanek |
Constructor Summary | |
public | VMPropertiesResponse(String jdkVerString, String javaClassPath, String javaExtDirs, String bootClassPath, String workingDir, String jvmArguments, String javaCommand, String targetMachineOSName, long maxHeapSize, long startupTimeMillis, long startupTimeInCounts, int agentId) | | VMPropertiesResponse() |
VMPropertiesResponse | public VMPropertiesResponse(String jdkVerString, String javaClassPath, String javaExtDirs, String bootClassPath, String workingDir, String jvmArguments, String javaCommand, String targetMachineOSName, long maxHeapSize, long startupTimeMillis, long startupTimeInCounts, int agentId)(Code) | | |
VMPropertiesResponse | VMPropertiesResponse()(Code) | | |
getAgentId | public int getAgentId()(Code) | | |
getAgentVersion | public int getAgentVersion()(Code) | | |
getJDKVersionString | public String getJDKVersionString()(Code) | | |
getMaxHeapSize | public long getMaxHeapSize()(Code) | | |
getStartupTimeInCounts | public long getStartupTimeInCounts()(Code) | | |
getStartupTimeMillis | public long getStartupTimeMillis()(Code) | | |
getTargetMachineOSName | public String getTargetMachineOSName()(Code) | | |
|
|