Class MessageWindow
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.base.MessageWindow
-
- All Implemented Interfaces:
Runnable
public class MessageWindow extends Object implements 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(String groupName, ArrayBlockingQueue<MessagePacket> messageQueue)
-
-
-
Constructor Detail
-
MessageWindow
public MessageWindow(String groupName, ArrayBlockingQueue<MessagePacket> messageQueue)
-
-