Package org.sensorhub.api.service
Interface IServiceModule<ConfigType extends ServiceConfig>
- Type Parameters:
ConfigType
-
- All Superinterfaces:
IEventProducer
,IModule<ConfigType>
,IModuleBase<ConfigType>
Common base to all service interfaces
- Since:
- Nov 5, 2010
-
Field Summary
Fields inherited from interface org.sensorhub.api.module.IModule
CANNOT_INIT_MSG, CANNOT_LOAD_MSG, CANNOT_START_MSG, CANNOT_STOP_MSG, CANNOT_UPDATE_MSG
-
Method Summary
Methods inherited from interface org.sensorhub.api.module.IModule
cleanup, getCurrentError, getCurrentState, getDescription, getLocalID, getLogger, getParentHub, getStatusMessage, init, isInitialized, isStarted, loadState, registerListener, saveState, setConfiguration, setParentHub, start, stop, unregisterListener, updateConfig, waitForState
Methods inherited from interface org.sensorhub.api.module.IModuleBase
getConfiguration, getName, init