oracle.jbo.common.ampool
Class ApplicationPoolLogger
java.lang.Object
oracle.jbo.pool.ResourcePoolLogger
oracle.jbo.common.ampool.ApplicationPoolLogger
- All Implemented Interfaces:
- ApplicationPoolListener, oracle.jbo.pool.ResourcePoolListener
- public final class ApplicationPoolLogger
- extends oracle.jbo.pool.ResourcePoolLogger
- implements ApplicationPoolListener
Responsible for logging, collecting, and reporting application pool
statistics.
Fields inherited from interface oracle.jbo.pool.ResourcePoolListener |
CHECKOUT_FAILED, INSTANCE_CHECKED_IN, INSTANCE_CHECKED_OUT, INSTANCE_CREATED, INSTANCE_REMOVED |
Methods inherited from class oracle.jbo.pool.ResourcePoolLogger |
getResourcePoolStatistics, printHeaderLine, printStatisticLine, printStatisticLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationPoolLogger
public ApplicationPoolLogger(ApplicationPoolImpl pool)
handleEvent
public void handleEvent(byte eventType)
- Specified by:
handleEvent
in interface oracle.jbo.pool.ResourcePoolListener
getStatistics
public Statistics getStatistics()
getStatisticsHolder
public oracle.jbo.pool.ResourcePoolStatistics getStatisticsHolder()
computeResourceAgeHistogram
public void computeResourceAgeHistogram(oracle.jbo.pool.ResourcePoolStatistics statistics)
computeSessionAgeHistogram
protected void computeSessionAgeHistogram(Statistics statistics)
computeAppModuleAgeHistograms
protected void computeAppModuleAgeHistograms(Statistics statistics)
dumpPoolStatistics
public void dumpPoolStatistics(java.io.PrintWriter pw)
calculateAverages
protected void calculateAverages(boolean force)
Copyright © 1997, 2004, Oracle. All rights reserved.