com.sun.enterprise.ee.cms.impl.jxta
Class MessageWindow

java.lang.Object
  extended by com.sun.enterprise.ee.cms.impl.jxta.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: 1.17 $
Author:
Shreedhar Ganapathy Date: Jul 11, 2006

Constructor Summary
MessageWindow(String groupName, ArrayBlockingQueue<MessagePacket> messageQueue)
           
 
Method Summary
 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(String groupName,
                     ArrayBlockingQueue<MessagePacket> messageQueue)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.