| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestLogging
Defines methods that perform logging methods about a user's requests through the system
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
 | 
| Method Summary | |
|---|---|
 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.  | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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 operation
java.lang.Long getRequestId(javax.servlet.http.HttpServletRequest pRequest)
                            throws atg.reporting.datacollection.LoggingException
pRequest - the request object associated with the current user
LoggingException - if there was a problem while performing the log operationContentViewedLogging.logContentViewed
void 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 user
LoggingException - if there was a problem while performing the log operationContentViewedLogging.logContentViewed
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||