Class UUIDBroadcasterCache.ClientQueue

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    UUIDBroadcasterCache

    public static final class UUIDBroadcasterCache.ClientQueue
    extends java.lang.Object
    implements java.io.Serializable
    This class wraps all messages to be delivered to a client. The class is thread safe to be accessed in a concurrent context.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getIds()  
      java.util.concurrent.ConcurrentLinkedQueue<CacheMessage> getQueue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ClientQueue

        public ClientQueue()
    • Method Detail

      • getQueue

        public java.util.concurrent.ConcurrentLinkedQueue<CacheMessage> getQueue()
      • getIds

        public java.util.Set<java.lang.String> getIds()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object