uwcse.location
Class LocationService.RediscoverServices

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--uwcse.location.LocationService.RediscoverServices
All Implemented Interfaces:
Runnable
Enclosing class:
LocationService

public class LocationService.RediscoverServices
extends TimerTask

A task to rediscover a set of services.


Field Summary
protected  DiscoveryClient m_discoveryClient
           
protected  String m_query
           
protected  Set m_serviceIDSet
           
 
Constructor Summary
LocationService.RediscoverServices(Set serviceIDSet, String query)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_serviceIDSet

protected Set m_serviceIDSet

m_query

protected String m_query

m_discoveryClient

protected DiscoveryClient m_discoveryClient
Constructor Detail

LocationService.RediscoverServices

public LocationService.RediscoverServices(Set serviceIDSet,
                                          String query)
                                   throws RainException
Throws:
RainException
Method Detail

run

public void run()


This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE