| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.monitoring.ResourceStatistic
public final class ResourceStatistic
This class provides information about a resource for which statistics collection is supported.
| 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 | 
|---|
public ResourceStatistic(String name,
                         ResourceType resourceType,
                         StatisticValue[] statistics)
| Method Detail | 
|---|
public ResourceType getResourceType()
public String getName()
public StatisticValue[] getStatistics()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||