com.ingenotech.lavalamp
Class LavaLampServer

java.lang.Object
  extended by com.ingenotech.lavalamp.LavaLampServer

public class LavaLampServer
extends java.lang.Object


Field Summary
static java.lang.String VERSION
           
 
Constructor Summary
LavaLampServer(java.net.InetSocketAddress tcpAddress, java.net.InetSocketAddress udpAddress, java.net.InetAddress multicastAddress)
           
 
Method Summary
 void close()
           
static void main(java.lang.String[] argv)
           
 void run()
           
 void setMute(boolean mute)
           
 void updateState(BuildState bs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Constructor Detail

LavaLampServer

public LavaLampServer(java.net.InetSocketAddress tcpAddress,
                      java.net.InetSocketAddress udpAddress,
                      java.net.InetAddress multicastAddress)
               throws com.ftdichip.ftd2xx.FTD2xxException,
                      java.io.IOException
Throws:
com.ftdichip.ftd2xx.FTD2xxException
java.io.IOException
Method Detail

updateState

public void updateState(BuildState bs)

setMute

public void setMute(boolean mute)

close

public void close()

run

public void run()

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.