client.net.lan
Class LANManager
java.lang.Object
client.net.lan.LANManager
- All Implemented Interfaces:
- java.lang.Runnable
public class LANManager
- extends java.lang.Object
- implements java.lang.Runnable
Constructor Summary |
LANManager(int port)
Creates a new instance of LANManager |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTICAST_GROUP
public static final java.lang.String MULTICAST_GROUP
- See Also:
- Constant Field Values
LANManager
public LANManager(int port)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException
- Creates a new instance of LANManager
- Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
refreshLANClientList
public void refreshLANClientList()
throws java.io.IOException
- Throws:
java.io.IOException
getLANClientDescriptors
public java.util.ArrayList<LANClientDescriptor> getLANClientDescriptors()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
addLANClientListener
public void addLANClientListener(LANClientsListener l)
removeLANClientListener
public void removeLANClientListener(LANClientsListener l)
isFunctional
public boolean isFunctional()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable