com.sun.enterprise.ee.cms.impl.common
Class SignalHandler
java.lang.Object
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
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignalHandler
public SignalHandler(BlockingQueue<SignalPacket> packetQueue,
Router router)
- Creates a SignalHandler
- Parameters:
packetQueue
- the packet exchange queuerouter
- the Router
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.