org.qtunes.speaker.spi.justeport
Class Finder

java.lang.Object
  extended by org.qtunes.speaker.spi.justeport.Finder
All Implemented Interfaces:
Runnable, Service

public class Finder
extends Object
implements Service, Runnable


Constructor Summary
Finder()
           
 
Method Summary
 ServiceContext getContext()
           
 Map<String,Object> reportState()
           
 void run()
           
 void startService(ServiceContext context)
           
 void stopService(ServiceContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Finder

public Finder()
Method Detail

run

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

startService

public void startService(ServiceContext context)
Specified by:
startService in interface Service

stopService

public void stopService(ServiceContext context)
Specified by:
stopService in interface Service

getContext

public ServiceContext getContext()
Specified by:
getContext in interface Service

reportState

public Map<String,Object> reportState()
Specified by:
reportState in interface Service