org.demac.context.registry.service
Interface LocationService

All Superinterfaces:
RawDataService
All Known Implementing Classes:
LocationServiceImpl

public interface LocationService
extends RawDataService


Method Summary
 int getIndoorLocation()
           
 int getOutdoorLocation()
           
 boolean isAnyIndoorLocationService()
           
 boolean isAnyOutdoorLocationService()
           
 
Methods inherited from interface org.demac.context.registry.service.RawDataService
getHandle, isReachable, isReachable, isStarted, setService, startService, stopService, updateValues
 

Method Detail

getIndoorLocation

int getIndoorLocation()

getOutdoorLocation

int getOutdoorLocation()

isAnyIndoorLocationService

boolean isAnyIndoorLocationService()

isAnyOutdoorLocationService

boolean isAnyOutdoorLocationService()