Interface LogCollectorService


  • public interface LogCollectorService
    Service LogCollectorService
    • Method Detail

      • getLastLogEntryDate

        Date getLastLogEntryDate​(String dispatcher)
                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                 es.caib.seycon.ng.exception.InternalErrorException
        Operation getLastLogEntryDate
        Parameters:
        dispatcher -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • registerFailedLogon

        void registerFailedLogon​(String dispatcher,
                                 String sessionId,
                                 Date date,
                                 String user,
                                 String server,
                                 String client,
                                 String protocol,
                                 String info)
                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                 es.caib.seycon.ng.exception.InternalErrorException,
                                 es.caib.seycon.ng.exception.UnknownUserException,
                                 es.caib.seycon.ng.exception.UnknownHostException,
                                 es.caib.seycon.ng.exception.InternalErrorException
        Operation registerFailedLogon
        Parameters:
        dispatcher -
        sessionId -
        date -
        user -
        server -
        client -
        protocol -
        info -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.seycon.ng.exception.UnknownUserException
        es.caib.seycon.ng.exception.UnknownHostException
      • registerLogoff

        void registerLogoff​(String dispatcher,
                            String sessionId,
                            Date date,
                            String user,
                            String server,
                            String client,
                            String protocol,
                            String info)
                     throws es.caib.seycon.ng.exception.InternalErrorException,
                            es.caib.seycon.ng.exception.InternalErrorException,
                            es.caib.seycon.ng.exception.UnknownHostException,
                            es.caib.seycon.ng.exception.UnknownUserException,
                            es.caib.seycon.ng.exception.InternalErrorException
        Operation registerLogoff
        Parameters:
        dispatcher -
        sessionId -
        date -
        user -
        server -
        client -
        protocol -
        info -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.seycon.ng.exception.UnknownHostException
        es.caib.seycon.ng.exception.UnknownUserException
      • registerLogon

        void registerLogon​(String dispatcher,
                           String sessionId,
                           Date date,
                           String user,
                           String server,
                           String client,
                           String protocol,
                           String info)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.UnknownUserException,
                           es.caib.seycon.ng.exception.UnknownHostException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Operation registerLogon
        Parameters:
        dispatcher -
        sessionId -
        date -
        user -
        server -
        client -
        protocol -
        info -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.seycon.ng.exception.UnknownUserException
        es.caib.seycon.ng.exception.UnknownHostException