edu.cmu.emulator.boot
Class WakeOnLAN

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

public class WakeOnLAN
extends Object


Field Summary
static int REPETITIONS
           
static int WOL_PORT
           
 
Constructor Summary
WakeOnLAN()
           
 
Method Summary
static void main(String[] args)
           
static void wol(String ip, gmj.net.PhysicalAddress mac)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WOL_PORT

public static final int WOL_PORT
See Also:
Constant Field Values

REPETITIONS

public static final int REPETITIONS
See Also:
Constant Field Values
Constructor Detail

WakeOnLAN

public WakeOnLAN()
Method Detail

wol

public static void wol(String ip,
                       gmj.net.PhysicalAddress mac)
                throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.