org.qtunes.speaker.spi.justeport
Class AirtunesManagerService

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

public class AirtunesManagerService
extends Object
implements Service


Method Summary
 ServiceContext getContext()
           
 Map<String,Object> reportState()
           
 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
 

Method Detail

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