psdi.app.lictrack

Class MXUserAppLogWriter

  • java.lang.Object
    • psdi.app.lictrack.MXUserAppLogWriter


  • public class MXUserAppLogWriter
    extends java.lang.Object
    This class is used to log which all the applications a user used.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void addToUserAppLogTable(java.util.HashMap correlationData)
      This method logs the userid, uisessionid and appname to MAXUSERAPPLOG.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MXUserAppLogWriter

        public MXUserAppLogWriter()
    • Method Detail

      • addToUserAppLogTable

        public static void addToUserAppLogTable(java.util.HashMap correlationData)
        This method logs the userid, uisessionid and appname to MAXUSERAPPLOG. If an user goes to an app and does multiple operation then the app is logged only once.
        Parameters:
        correlationData - is a the list of parameters stored by correlation log.