| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserEventLogging
Defines methods that perform logging methods about a user's life cycle through the system.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
 | 
| Method Summary | |
|---|---|
 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  | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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 operation
java.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 operation
java.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 operation
java.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 operation
java.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
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||