net.sbbi.upnp.jmx
Class UPNPMBeanDevicesDiscoveryHandler

java.lang.Object
  extended by net.sbbi.upnp.jmx.UPNPMBeanDevicesDiscoveryHandler
All Implemented Interfaces:
Runnable

public class UPNPMBeanDevicesDiscoveryHandler
extends Object
implements Runnable

Class to handle UPNP discovery mechanism on UPNPMBeanDevice

Version:
1.0
Author:
SuperBonBon

Method Summary
protected  void addUPNPMBeanDevice(UPNPMBeanDevice rootDevice)
           
static UPNPMBeanDevicesDiscoveryHandler getInstance(InetSocketAddress bindAddress)
           
protected  void removeUPNPMBeanDevice(UPNPMBeanDevice rootDevice)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final UPNPMBeanDevicesDiscoveryHandler getInstance(InetSocketAddress bindAddress)

addUPNPMBeanDevice

protected void addUPNPMBeanDevice(UPNPMBeanDevice rootDevice)
                           throws IOException
Throws:
IOException

removeUPNPMBeanDevice

protected void removeUPNPMBeanDevice(UPNPMBeanDevice rootDevice)
                              throws IOException
Throws:
IOException

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2010. All Rights Reserved.