management
package insteadpublic interface StatisticResource
Statistics
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Deprecated.
Gets the full description of this resource.
|
java.lang.String |
getName()
Deprecated.
Gets the identifying name of this resource.
|
java.lang.String |
getOwner()
Deprecated.
Returns a display string of the
SystemMember owning this resource. |
Statistic[] |
getStatistics()
Deprecated.
Returns a read-only array of every
Statistic in this resource. |
java.lang.String |
getType()
Deprecated.
Gets the classification type of this resource.
|
long |
getUniqueId()
Deprecated.
Returns an ID that uniquely identifies the resource within the
SystemMember it belongs
to. |
void |
refresh()
Deprecated.
Refreshes the values of every
Statistic in this resource by retrieving them from the
member's VM. |
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getType()
java.lang.String getOwner()
SystemMember
owning this resource.SystemMember
long getUniqueId()
SystemMember
it belongs
to.SystemMember
Statistic[] getStatistics()
Statistic
in this resource.Statistic
in this resourcevoid refresh() throws AdminException
Statistic
in this resource by retrieving them from the
member's VM.AdminException
- if unable to refresh statistic values