public interface UserEventLogging
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
logEndSession(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
Generates a log entry indicating that a session was expired
|
java.lang.Long |
logLogin(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
Generates a log entry indicating that a user logged into the system
|
java.lang.Long |
logLogout(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
Generates a log entry indicating that a user logged out of the system
|
java.lang.Long |
logNewSession(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
Generates a log entry indicating that a new session was created
|
java.lang.Long |
logRegistration(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
Generates a log entry indicating that a new user registered
|
static final java.lang.String CLASS_VERSION
java.lang.Long logNewSession(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the new sessionpProfileId - the id of the user who started the new sessionpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operationjava.lang.Long logEndSession(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the expired sessionpProfileId - the id of the user whose session expiredpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operationjava.lang.Long logLogin(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the user's sessionpProfileId - the id of the user who logged inpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operationjava.lang.Long logRegistration(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the user's sessionpProfileId - the id of the user who registeredpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operationjava.lang.Long logLogout(java.lang.String pSessionId,
java.lang.String pProfileId,
boolean pMember)
throws atg.reporting.datacollection.LoggingException
pSessionId - the id of the user's sessionpProfileId - the id of the user who logged outpMember - true if the action is coming from a "member"LoggingException - if there was a problem while performing the log operation