com.sun.enterprise.ee.cms.impl.common
Class SignalHandler

java.lang.Object
  extended by com.sun.enterprise.ee.cms.impl.common.SignalHandler
All Implemented Interfaces:
Runnable

public class SignalHandler
extends Object
implements Runnable

On a separate thread, analyses and handles the Signals delivered to it. Picks up signals from a BlockingQueue and processes them.

Version:
$Revision: 1.7 $
Author:
Shreedhar Ganapathy Date: Jan 22, 2004

Constructor Summary
SignalHandler(BlockingQueue<SignalPacket> packetQueue, Router router)
          Creates a SignalHandler
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalHandler

public SignalHandler(BlockingQueue<SignalPacket> packetQueue,
                     Router router)
Creates a SignalHandler

Parameters:
packetQueue - the packet exchange queue
router - the Router
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.