public class SessionScopedLogEntry
extends atg.reporting.datacollection.LogEntry
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
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"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