|
|||||||||
| 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
public class SessionScopedLogEntry
A log entry that is associated with a particular session
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
SessionScopedLogEntry(java.lang.Long pId,
long pTimestamp,
java.lang.String pSessionId,
boolean pMember)
Constucts a SessionScopedLogEntry |
|
SessionScopedLogEntry(java.lang.Long pId,
java.lang.String pSessionId,
boolean pMember)
Constucts a SessionScopedLogEntry and time stamps it with the current time. |
|
| Method Summary | |
|---|---|
int |
getMemberAsDBValue()
Returns property the value of the property member
as a useable value in a database. |
java.lang.String |
getSessionId()
Returns property SessionId |
boolean |
isMember()
Returns property Member |
void |
setMember(boolean pMember)
Sets property Member |
void |
setSessionId(java.lang.String pSessionId)
Sets property SessionId |
| Methods inherited from class atg.reporting.datacollection.LogEntry |
|---|
getId, getTimestamp, getTimestampAsDate, setId, setTimestamp, toString |
| 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 SessionScopedLogEntry(java.lang.Long pId,
long pTimestamp,
java.lang.String pSessionId,
boolean pMember)
pId - the sql table id of the eventpTimestamp - the time of the eventpSessionId - the session id associated with this log entrypMember - true if the action is coming from a "member"
public SessionScopedLogEntry(java.lang.Long pId,
java.lang.String pSessionId,
boolean pMember)
pId - the sql table id of the eventpSessionId - the session id associated with this log entrypMember - true if the action is coming from a "member"| Method Detail |
|---|
public void setSessionId(java.lang.String pSessionId)
public java.lang.String getSessionId()
public void setMember(boolean pMember)
public boolean isMember()
public int getMemberAsDBValue()
member
as a useable value in a database.
member is true, otherwise 0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||