org.universAAL.middleware.connectors.discovery.slp
Class SLPBrowser

Package class diagram package SLPBrowser
java.lang.Object
  extended by org.universAAL.middleware.connectors.discovery.slp.SLPBrowser
All Implemented Interfaces:
Runnable

public class SLPBrowser
extends Object
implements Runnable

This thread periodically browses the SLP network in order to find all the AALSpaces registered

Author:
Michele Girolami, Francesco Furfari

Constructor Summary
SLPBrowser(Locator locator, String aalSpaceServiceType, String filter, ModuleContext context, List<ServiceListener> listeners)
           
 
Method Summary
 void addListener(ServiceListener listener)
           
 boolean isStop()
           
 void removeListener(ServiceListener listener)
           
 void run()
           
 void setStop(boolean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLPBrowser

public SLPBrowser(Locator locator,
                  String aalSpaceServiceType,
                  String filter,
                  ModuleContext context,
                  List<ServiceListener> listeners)
Method Detail

addListener

public void addListener(ServiceListener listener)

removeListener

public void removeListener(ServiceListener listener)

setStop

public void setStop(boolean stop)

isStop

public boolean isStop()

run

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


Copyright © 2014 universAAL Consortium. All Rights Reserved.