nachos.kernel.devices
Class DiskDriver.DiskIntHandler

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

private class DiskDriver.DiskIntHandler
extends InterruptHandler

DiskDriver interrupt handler class.


Constructor Summary
private DiskDriver.DiskIntHandler()
           
 
Method Summary
 void serviceDevice()
          When the disk interrupts, just 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

DiskDriver.DiskIntHandler

private DiskDriver.DiskIntHandler()
Method Detail

serviceDevice

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

Specified by:
serviceDevice in class InterruptHandler