edu.cmu.emulator.boot
Class RebootNode

java.lang.Object
  extended by edu.cmu.emulator.boot.RebootNode

public class RebootNode
extends Object


Field Summary
protected  HashMap<Integer,gmj.net.PhysicalAddress> macMap
           
 
Constructor Summary
RebootNode(String macMap)
           
 
Method Summary
protected  void initMacMap(String macMapFile)
           
static void main(String[] args)
           
protected  void readMacMapLine(String line)
           
 void reboot(String bcastIP, Integer nodeID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

macMap

protected HashMap<Integer,gmj.net.PhysicalAddress> macMap
Constructor Detail

RebootNode

public RebootNode(String macMap)
           throws IOException
Throws:
IOException
Method Detail

initMacMap

protected void initMacMap(String macMapFile)
                   throws IOException
Throws:
IOException

readMacMapLine

protected void readMacMapLine(String line)

reboot

public void reboot(String bcastIP,
                   Integer nodeID)
            throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.