Package com.bea.wli.monitoring
Class ResourceStatistic
java.lang.Object
com.bea.wli.monitoring.ResourceStatistic
- All Implemented Interfaces:
Serializable
This class provides information about a resource for which statistics collection
is supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceStatistic
(String name, ResourceType resourceType, StatisticValue[] statistics) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get name of this resource.Get resource type.Get statistics of this resource.
-
Constructor Details
-
ResourceStatistic
-
-
Method Details
-
getResourceType
Get resource type.- Returns:
- Resource type
-
getName
Get name of this resource.- Returns:
- Resource name.
-
getStatistics
Get statistics of this resource.- Returns:
- Resource statistics.
-