Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


com.bea.wli.monitoring
Class ResourceStatistic

java.lang.Object
  extended by com.bea.wli.monitoring.ResourceStatistic

All Implemented Interfaces:
java.io.Serializable

public final class ResourceStatistic
extends java.lang.Object
implements java.io.Serializable

This class provides information about a resource for which statistics collection is supported.

See Also:
Serialized Form

Constructor Summary
ResourceStatistic(java.lang.String name, ResourceType resourceType, StatisticValue[] statistics)
           

 

Method Summary
 java.lang.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(java.lang.String name,
                         ResourceType resourceType,
                         StatisticValue[] statistics)

Method Detail

getResourceType

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

getName

public java.lang.String getName()
Get name of this resource.
Returns:
Resource name.

getStatistics

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


Copyright © 2008, 2011, Oracle. All rights reserved.