com.metamatrix.common.pooling.api
Class ResourcePoolStatisticNames

java.lang.Object
  extended by com.metamatrix.common.pooling.api.ResourcePoolStatisticNames

public final class ResourcePoolStatisticNames
extends java.lang.Object


Field Summary
static java.lang.String MAX_NUM_OF_RESOURCES_IN_POOL
          Maximumn number of resources in the pool at one time - high watermark
static java.lang.String MAX_RESOURCE_SIZE
          the max size of the ResourcePool.MAXIMUM_RESOURCE_SIZE
static java.lang.String MIN_RESOURCE_SIZE
          the max size of the ResourcePool.MINIMUM_RESOURCE_SIZE
static java.lang.String NUM_OF_RESOURCES_IN_POOL
          Number of resources currently in the pool
static java.lang.String NUM_OF_RESOURCES_REQUESTED
          the total number resources requested for use
static java.lang.String NUM_OF_SUCCESSFUL_REQUESTS
          the total number of successfull requests
static java.lang.String NUM_OF_TIMEOUTS
          the number timeouts that have occured.
static java.lang.String NUM_OF_UNSUCCESSFUL_REQUESTS
          the total number of unsuccessful requests for use
static java.lang.String TOTAL_PHYSICAL_RESOURCES_USED
          the total number physical resources instantiated, regardless if still available
 
Constructor Summary
ResourcePoolStatisticNames()
           
 
Method Summary
static java.lang.String getDescription(java.lang.String statisticName)
           
static java.lang.String getDisplayName(java.lang.String statisticName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOTAL_PHYSICAL_RESOURCES_USED

public static final java.lang.String TOTAL_PHYSICAL_RESOURCES_USED
the total number physical resources instantiated, regardless if still available

See Also:
Constant Field Values

NUM_OF_TIMEOUTS

public static final java.lang.String NUM_OF_TIMEOUTS
the number timeouts that have occured.

See Also:
Constant Field Values

NUM_OF_RESOURCES_REQUESTED

public static final java.lang.String NUM_OF_RESOURCES_REQUESTED
the total number resources requested for use

See Also:
Constant Field Values

NUM_OF_SUCCESSFUL_REQUESTS

public static final java.lang.String NUM_OF_SUCCESSFUL_REQUESTS
the total number of successfull requests

See Also:
Constant Field Values

NUM_OF_UNSUCCESSFUL_REQUESTS

public static final java.lang.String NUM_OF_UNSUCCESSFUL_REQUESTS
the total number of unsuccessful requests for use

See Also:
Constant Field Values

MAX_NUM_OF_RESOURCES_IN_POOL

public static final java.lang.String MAX_NUM_OF_RESOURCES_IN_POOL
Maximumn number of resources in the pool at one time - high watermark

See Also:
Constant Field Values

NUM_OF_RESOURCES_IN_POOL

public static final java.lang.String NUM_OF_RESOURCES_IN_POOL
Number of resources currently in the pool

See Also:
Constant Field Values

MAX_RESOURCE_SIZE

public static final java.lang.String MAX_RESOURCE_SIZE
the max size of the ResourcePool.MAXIMUM_RESOURCE_SIZE

See Also:
Constant Field Values

MIN_RESOURCE_SIZE

public static final java.lang.String MIN_RESOURCE_SIZE
the max size of the ResourcePool.MINIMUM_RESOURCE_SIZE

See Also:
Constant Field Values
Constructor Detail

ResourcePoolStatisticNames

public ResourcePoolStatisticNames()
Method Detail

getDisplayName

public static final java.lang.String getDisplayName(java.lang.String statisticName)

getDescription

public static final java.lang.String getDescription(java.lang.String statisticName)


Copyright © 2009. All Rights Reserved.