| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.reporting.datacollection.LogEntry
atg.reporting.datacollection.SessionScopedLogEntry
atg.reporting.datacollection.RequestLogEntry
public class RequestLogEntry
An object which represents a "request" - e.g. an HTTP Request
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
RequestLogEntry(java.lang.Long pId,
                long pTimestamp,
                java.lang.String pSessionId,
                boolean pMember,
                java.lang.String pRequestName)
Constructs a RequestLogEntry  | 
|
RequestLogEntry(java.lang.Long pId,
                java.lang.String pSessionId,
                boolean pMember,
                java.lang.String pRequestName)
Constructs a RequestLogEntry  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getName()
Returns property Name  | 
 void | 
setName(java.lang.String pName)
Sets property Name  | 
 java.lang.String | 
toString()
Returns String representation of the log entry  | 
| Methods inherited from class atg.reporting.datacollection.SessionScopedLogEntry | 
|---|
getMemberAsDBValue, getSessionId, isMember, setMember, setSessionId | 
| Methods inherited from class atg.reporting.datacollection.LogEntry | 
|---|
getId, getTimestamp, getTimestampAsDate, setId, setTimestamp | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public RequestLogEntry(java.lang.Long pId,
                       long pTimestamp,
                       java.lang.String pSessionId,
                       boolean pMember,
                       java.lang.String pRequestName)
pId - the sql table id of the eventpTimestamp - the time of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pRequestName - the "name" of the request (e.g. the URI of a HTTP Request)
public RequestLogEntry(java.lang.Long pId,
                       java.lang.String pSessionId,
                       boolean pMember,
                       java.lang.String pRequestName)
pId - the sql table id of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pRequestName - the "name" of the request (e.g. the URI of a HTTP Request)| Method Detail | 
|---|
public void setName(java.lang.String pName)
public java.lang.String getName()
public java.lang.String toString()
toString in class atg.reporting.datacollection.LogEntry
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||