Class MessageWindow

  • All Implemented Interfaces:
    java.lang.Runnable

    public class MessageWindow
    extends java.lang.Object
    implements java.lang.Runnable
    Handles messages from the message queue and dispatches them to the interested parties. Also specially handles messages sent for DistributedStateCacheImpl (the default implementation) for synchronization actions.
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy Date: Jul 11, 2006
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageWindow​(java.lang.String groupName, java.util.concurrent.ArrayBlockingQueue<MessagePacket> messageQueue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • MessageWindow

        public MessageWindow​(java.lang.String groupName,
                             java.util.concurrent.ArrayBlockingQueue<MessagePacket> messageQueue)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable