Class ClientQueueList

    • Constructor Detail

      • ClientQueueList

        public ClientQueueList()
        Instantiates a new client queue list.
    • Method Detail

      • setList

        public void setList​(java.util.List<ClientQueueList.Entry> list)
        Sets the list.
        Parameters:
        list - the new list
      • size

        public int size()
        Size.
        Returns:
        the int
      • getQueueClientList

        public java.util.List<java.lang.Integer> getQueueClientList()
        Gets the queue client list.
        Returns:
        the queue client list
      • getQueueList

        public java.util.List<java.lang.String> getQueueList()
        Gets the queue list.
        Returns:
        the queue list
      • getQueueClient

        public int getQueueClient​(int n)
        Gets the queue client.
        Parameters:
        n - the n
        Returns:
        the queue client
      • get

        public java.lang.String get​(int index)
        Gets the.
        Parameters:
        index - the index
        Returns:
        the string
      • addQueueFilter

        public void addQueueFilter​(java.lang.String queue)
        Adds the queue filter.
        Parameters:
        queue - the queue
      • addQueueFilter

        public void addQueueFilter​(java.lang.String queue,
                                   int client)
        Adds the queue filter.
        Parameters:
        queue - the queue
        client - the client
      • containsEmptyQueue

        public boolean containsEmptyQueue()
        Contains empty queue.
        Returns:
        true, if successful
      • getClientOfEmptyQueue

        public int getClientOfEmptyQueue()
        Gets the client of empty queue.
        Returns:
        the client of empty queue
      • clear

        public void clear()
        Clear the queueList