|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IUnknown
org.virtualbox_5_0.IPerformanceMetric
public class IPerformanceMetric
The IPerformanceMetric interface represents parameters of the given performance metric. Interface ID: {81314D14-FD1C-411A-95C5-E9BB1414E632}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IPerformanceMetric(java.lang.String wrapped,
org.virtualbox_5_0.ObjectRefManager objMgr,
org.virtualbox_5_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Long |
getCount()
Number of recent samples retained by the performance collector for this metric. |
java.lang.String |
getDescription()
Textual description of the metric. |
java.lang.Integer |
getMaximumValue()
Maximum possible value of this metric. |
java.lang.String |
getMetricName()
Name of the metric. |
java.lang.Integer |
getMinimumValue()
Minimum possible value of this metric. |
IUnknown |
getObject()
Object this metric belongs to. |
java.lang.Long |
getPeriod()
Time interval between samples, measured in seconds. |
java.lang.String |
getUnit()
Unit of measurement. |
static IPerformanceMetric |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_5_0.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPerformanceMetric(java.lang.String wrapped, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.String getMetricName()
public IUnknown getObject()
public java.lang.String getDescription()
public java.lang.Long getPeriod()
public java.lang.Long getCount()
public java.lang.String getUnit()
public java.lang.Integer getMinimumValue()
public java.lang.Integer getMaximumValue()
public static IPerformanceMetric queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |