Class ResourceStatistic

java.lang.Object
com.bea.wli.monitoring.ResourceStatistic
All Implemented Interfaces:
Serializable

public final class ResourceStatistic extends Object implements Serializable
This class provides information about a resource for which statistics collection is supported.
See Also:
  • Constructor Details

  • Method Details

    • getResourceType

      public ResourceType getResourceType()
      Get resource type.
      Returns:
      Resource type
    • getName

      public String getName()
      Get name of this resource.
      Returns:
      Resource name.
    • getStatistics

      public StatisticValue[] getStatistics()
      Get statistics of this resource.
      Returns:
      Resource statistics.