edu.cmu.emulator.boot
Class BootNode

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

public class BootNode
extends Object


Field Summary
protected  HashMap<Integer,gmj.net.PhysicalAddress> macMap
           
 
Constructor Summary
BootNode(String macMap)
           
 
Method Summary
 void boot(String bcastIP, Integer nodeID)
           
 void bootAll(String bcastIP)
           
protected  void initMacMap(String macMapFile)
           
static void main(String[] args)
           
protected  void readMacMapLine(String line)
           
 
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

BootNode

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

initMacMap

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

readMacMapLine

protected void readMacMapLine(String line)

bootAll

public void bootAll(String bcastIP)
             throws Exception
Throws:
Exception

boot

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

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.