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


Method Summary
 ServiceHandle getHandle()
           
 boolean isReachable()
           
 boolean isReachable(Criteria criteria)
           
 boolean isStarted()
           
 void setService(java.lang.Object serviceBody)
           
 void startService()
           
 void stopService()
           
 void updateValues(boolean isFirstTime)
           
 

Method Detail

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)