nachos.kernel.devices
Class NetworkDriver.SendHandler

java.lang.Object
  extended by nachos.kernel.devices.InterruptHandler
      extended by nachos.kernel.devices.NetworkDriver.SendHandler
All Implemented Interfaces:
nachos.machine.InterruptHandler
Enclosing class:
NetworkDriver

private class NetworkDriver.SendHandler
extends InterruptHandler

Network driver interrupt handler class.


Constructor Summary
private NetworkDriver.SendHandler()
           
 
Method Summary
 void serviceDevice()
          When the network interrupts, wake up the thread that issued the request that just finished.
 
Methods inherited from class nachos.kernel.devices.InterruptHandler
handleInterrupt, yieldOnReturn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkDriver.SendHandler

private NetworkDriver.SendHandler()
Method Detail

serviceDevice

public void serviceDevice()
When the network interrupts, wake up the thread that issued the request that just finished.

Specified by:
serviceDevice in class InterruptHandler