org.demac.context.registry.service
Interface RawDataService
- All Known Subinterfaces:
- ConnectionPropertiesService, DevicePropertiesService, LocationService, SettingsService, SymbolicalLocationService, UserCalendarService
- All Known Implementing Classes:
- ConnectionPropertiesServiceImpl, DevicePropertiesServiceImpl, LocationServiceImpl, ProcessSettingsServiceImpl, RawDataServiceImpl, SymbolicalLocationServiceImpl, UserCalendarServiceImpl
public interface RawDataService
startService
void startService()
stopService
void stopService()
isStarted
boolean isStarted()
getHandle
ServiceHandle getHandle()
isReachable
boolean isReachable()
throws ServiceNotReachableException
- Throws:
ServiceNotReachableException
isReachable
boolean isReachable(Criteria criteria)
throws ServiceNotReachableForCriteriaException
- Throws:
ServiceNotReachableForCriteriaException
updateValues
void updateValues(boolean isFirstTime)
setService
void setService(java.lang.Object serviceBody)