com.engiweb.profilemanager.common.interfaces

Interface ILogDownloadDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface ILogDownloadDirect
    extends common.direct.IDirect
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.HashMap<java.lang.String,java.lang.String> find(java.lang.String applicationName, com.engiweb.pm.dao.db.DAO dao)
      This method retrieves the Log4j appenders for each category into the input parameter list.
      • Methods inherited from interface common.direct.IDirect

        checkAB, deleteAB, insertAB, modifyAB, openDAO, openDAO
    • Method Detail

      • find

        java.util.HashMap<java.lang.String,java.lang.String> find(java.lang.String applicationName,
                                                                  com.engiweb.pm.dao.db.DAO dao)
                                                           throws com.engiweb.toolkit.common.BackendException
        This method retrieves the Log4j appenders for each category into the input parameter list. The results are stored into an HashMaps. Each HashMap contains an appender name as key and the path to the corresponding log file as value.
        Parameters:
        categoryNames -
        Returns:
        HashMap
        Throws:
        com.engiweb.toolkit.common.BackendException