|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infoglue.deliver.services.StatisticsService
public class StatisticsService
This class is thought of as an service which logs statistics about a request so that log analyzers later on can extract information from it. The thought is to have all delivery-engines report to a central service about their requests so the logfiles get merged at once. The service should be very performance centered and only write to the logfile when the system is low on use. Frank (03/04/2005): Only logs statistics if statistics.enabled=true in the deliver configuration file.
| Method Summary | |
|---|---|
static StatisticsService |
getStatisticsService()
A factory singleton implementation |
void |
registerRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String pagePath,
long elapsedTime)
This method registers a request to the distributed service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static StatisticsService getStatisticsService()
public void registerRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String pagePath,
long elapsedTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||