Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common.ampool
Class ApplicationPoolLogger

java.lang.Object
  extended byoracle.jbo.pool.ResourcePoolLogger
      extended byoracle.jbo.common.ampool.ApplicationPoolLogger

All Implemented Interfaces:
ApplicationPoolListener, ResourcePoolListener

public final class ApplicationPoolLogger
extends ResourcePoolLogger
implements ApplicationPoolListener

Responsible for logging, collecting, and reporting application pool statistics.


Field Summary

 

Fields inherited from interface oracle.jbo.common.ampool.ApplicationPoolListener
INSTANCE_REUSED, REFERENCED_INSTANCE_RECYCLED, STATE_ACTIVATED, STATE_PASSIVATED, UNREFERENCED_INSTANCE_RECYCLED

 

Fields inherited from interface oracle.jbo.pool.ResourcePoolListener
CHECKOUT_FAILED, INSTANCE_CHECKED_IN, INSTANCE_CHECKED_OUT, INSTANCE_CREATED, INSTANCE_REMOVED

 

Constructor Summary
ApplicationPoolLogger(ApplicationPoolImpl pool)
           

 

Method Summary
protected  void calculateAverages(boolean force)
           
protected  void computeAppModuleAgeHistograms(Statistics statistics)
           
 void computeResourceAgeHistogram(ResourcePoolStatistics statistics)
           
protected  void computeSessionAgeHistogram(Statistics statistics)
           
 void dumpPoolStatistics(java.io.PrintWriter pw)
           
 Statistics getStatistics()
           
 ResourcePoolStatistics getStatisticsHolder()
           
 void handleEvent(byte eventType)
           

 

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

 

Constructor Detail

ApplicationPoolLogger

public ApplicationPoolLogger(ApplicationPoolImpl pool)

Method Detail

handleEvent

public void handleEvent(byte eventType)
Specified by:
handleEvent in interface ResourcePoolListener
Overrides:
handleEvent in class ResourcePoolLogger

getStatistics

public Statistics getStatistics()

getStatisticsHolder

public ResourcePoolStatistics getStatisticsHolder()
Overrides:
getStatisticsHolder in class ResourcePoolLogger

computeResourceAgeHistogram

public void computeResourceAgeHistogram(ResourcePoolStatistics statistics)
Overrides:
computeResourceAgeHistogram in class ResourcePoolLogger

computeSessionAgeHistogram

protected void computeSessionAgeHistogram(Statistics statistics)

computeAppModuleAgeHistograms

protected void computeAppModuleAgeHistograms(Statistics statistics)

dumpPoolStatistics

public void dumpPoolStatistics(java.io.PrintWriter pw)
Overrides:
dumpPoolStatistics in class ResourcePoolLogger

calculateAverages

protected void calculateAverages(boolean force)
Overrides:
calculateAverages in class ResourcePoolLogger

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.