Interface ChangePasswordNotificationQueue


  • public interface ChangePasswordNotificationQueue
    Service ChangePasswordNotificationQueue
    • Method Detail

      • peekNotification

        ChangePasswordNotification peekNotification()
                                             throws es.caib.seycon.ng.exception.InternalErrorException,
                                                    es.caib.seycon.ng.exception.InternalErrorException
        Operation peekNotification
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • addNotification

        void addNotification​(String user)
                      throws es.caib.seycon.ng.exception.InternalErrorException,
                             es.caib.seycon.ng.exception.InternalErrorException
        Operation addNotification
        Parameters:
        user -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • endNotificationThread

        void endNotificationThread()
                            throws es.caib.seycon.ng.exception.InternalErrorException,
                                   es.caib.seycon.ng.exception.InternalErrorException
        Operation endNotificationThread
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendNotification

        void sendNotification​(ChangePasswordNotification n)
                       throws es.caib.seycon.ng.exception.InternalErrorException,
                              es.caib.seycon.ng.exception.InternalErrorException
        Operation sendNotification
        Parameters:
        n -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException