public final class ApplicationPoolLogger extends ResourcePoolLogger implements ApplicationPoolListener
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | dmsType | 
| static java.lang.String | GROUP_NAME | 
CREATION_TIME, INSTANCE_CONNECTED, INSTANCE_DISCONNECTED, INSTANCE_REUSED, REFERENCED_INSTANCE_RECYCLED, STATE_ACTIVATED, STATE_PASSIVATED, UNREFERENCED_INSTANCE_RECYCLEDCHECKOUT_FAILED, INSTANCE_CHECKED_IN, INSTANCE_CHECKED_OUT, INSTANCE_CREATED, INSTANCE_REMOVED| Constructor and Description | 
|---|
| ApplicationPoolLogger(ApplicationPoolImpl pool) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
getResourcePoolStatistics, printHeaderLine, printStatisticLine, printStatisticLinepublic static final java.lang.String GROUP_NAME
public static final java.lang.String dmsType
public ApplicationPoolLogger(ApplicationPoolImpl pool)
public void handleEvent(byte eventType)
handleEvent in interface ResourcePoolListenerhandleEvent in class ResourcePoolLoggerpublic Statistics getStatistics()
public ResourcePoolStatistics getStatisticsHolder()
getStatisticsHolder in class ResourcePoolLoggerpublic void computeResourceAgeHistogram(ResourcePoolStatistics statistics)
computeResourceAgeHistogram in class ResourcePoolLoggerprotected void computeSessionAgeHistogram(Statistics statistics)
protected void computeAppModuleAgeHistograms(Statistics statistics)
public void dumpPoolStatistics(java.io.PrintWriter pw)
dumpPoolStatistics in class ResourcePoolLoggerprotected void calculateAverages(boolean force)
calculateAverages in class ResourcePoolLogger