management
package instead@Deprecated public interface StatisticResource
Statistics
.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the full description of this resource.
|
String |
getName()
Deprecated.
Gets the identifying name of this resource.
|
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. |
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. |
String getName()
String getDescription()
String getType()
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