public final class VMPerfDataFile
extends java.lang.Object
| Constructor and Description |
|---|
VMPerfDataFile(int a_vmId)
Creates a new VMPerfDataFile with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the id of the Virtual Machine
|
java.lang.String |
getMainClass()
Returns the main class of the Virtual Machine
|
boolean |
isUsable()
Checks if the Class is usable with the current VM
|
java.lang.String |
toString()
toString() helper class
|
public VMPerfDataFile(int a_vmId)
a_vmId - Id of the Virtual Machinepublic java.lang.String getMainClass()
public int getId()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isUsable()
Copyright © 2023. All rights reserved.