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