public interface RequestLogging
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Long | getRequestId(javax.servlet.http.HttpServletRequest pRequest)Returns the request id associated with this request. | 
| java.lang.Long | logRequest(java.lang.String pSessionId,
          java.lang.String pRequestName,
          boolean pMember)Generates a log entry about a request | 
| void | setRequestId(java.lang.Long pRequestId,
            javax.servlet.http.HttpServletRequest pRequest)Stores the request id associated with this request. | 
static final java.lang.String CLASS_VERSION
java.lang.Long logRequest(java.lang.String pSessionId,
                        java.lang.String pRequestName,
                        boolean pMember)
                          throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the new sessionpRequestName - the "name" of the request (e.g. the URI of a HTTP Request)pMember - true if the request is coming from a "member"LoggingException - if there was a problem while performing the log operationjava.lang.Long getRequestId(javax.servlet.http.HttpServletRequest pRequest)
                            throws atg.reporting.datacollection.LoggingException
pRequest - the request object associated with the current userLoggingException - if there was a problem while performing the log operationContentViewedLogging.logContentViewedvoid setRequestId(java.lang.Long pRequestId,
                javax.servlet.http.HttpServletRequest pRequest)
                  throws atg.reporting.datacollection.LoggingException
pRequestId - the request idpRequest - the request object associated with the current userLoggingException - if there was a problem while performing the log operationContentViewedLogging.logContentViewed