oracle.jbo.common.ampool
Class ApplicationPoolLogger
java.lang.Object
  
oracle.jbo.pool.ResourcePoolLogger
      
oracle.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.
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GROUP_NAME
public static final java.lang.String GROUP_NAME
dmsType
public static final java.lang.String dmsType
- See Also:
 - Constant Field Values
 
ApplicationPoolLogger
public ApplicationPoolLogger(ApplicationPoolImpl pool)
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
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.