com.bea.wli.monitoring
Class ResourceStatistic

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
ResourceStatistic(String name, ResourceType resourceType, StatisticValue[] statistics)
           
 
Method Summary
 String getName()
          Get name of this resource.
 ResourceType getResourceType()
          Get resource type.
 StatisticValue[] getStatistics()
          Get statistics of this resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceStatistic

public ResourceStatistic(String name,
                         ResourceType resourceType,
                         StatisticValue[] statistics)
Method Detail

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.