Uses of Interface
com.eurotech.framework.system.SystemService

Packages that use SystemService
com.eurotech.framework.core.cloud   
com.eurotech.framework.core.configuration   
com.eurotech.framework.core.data.transport.mqtt   
com.eurotech.framework.core.db   
com.eurotech.framework.core.deployment   
com.eurotech.framework.core.system   
com.eurotech.framework.core.test   
com.eurotech.framework.linux.test.net   
com.eurotech.framework.net.admin.monitor   
com.eurotech.framework.test   
 

Uses of SystemService in com.eurotech.framework.core.cloud
 

Methods in com.eurotech.framework.core.cloud that return SystemService
 SystemService CloudServiceImpl.getSystemService()
           
 

Methods in com.eurotech.framework.core.cloud with parameters of type SystemService
 void CloudServiceImpl.setSystemService(SystemService systemService)
           
 void CloudServiceImpl.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.core.configuration
 

Methods in com.eurotech.framework.core.configuration with parameters of type SystemService
 void ConfigurationServiceImpl.setSystemService(SystemService systemService)
           
 void ConfigurationServiceImpl.unsetSystemService(SystemService systemService)
           
 

Constructors in com.eurotech.framework.core.configuration with parameters of type SystemService
CloudConfigurationHandler(org.osgi.framework.BundleContext context, ConfigurationServiceImpl configService, SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.core.data.transport.mqtt
 

Methods in com.eurotech.framework.core.data.transport.mqtt with parameters of type SystemService
 void MqttDataTransport.setSystemService(SystemService systemService)
           
 void MqttDataTransport.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.core.db
 

Methods in com.eurotech.framework.core.db with parameters of type SystemService
 void HsqlDbServiceImpl.setSystemService(SystemService systemService)
           
 void HsqlDbServiceImpl.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.core.deployment
 

Methods in com.eurotech.framework.core.deployment with parameters of type SystemService
 void CloudDeploymentHandler.setSystemService(SystemService systemService)
           
 void CloudDeploymentHandler.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.core.system
 

Classes in com.eurotech.framework.core.system that implement SystemService
 class SystemServiceImpl
           
 

Uses of SystemService in com.eurotech.framework.core.test
 

Methods in com.eurotech.framework.core.test with parameters of type SystemService
static void SystemServiceTest.setSystemService(SystemService sms)
           
 void ConfigurationServiceTest.setSystemService(SystemService systemService)
           
 void ConfigurationServiceTest.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.linux.test.net
 

Methods in com.eurotech.framework.linux.test.net with parameters of type SystemService
 void NetworkTest.setSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.net.admin.monitor
 

Methods in com.eurotech.framework.net.admin.monitor with parameters of type SystemService
 void ModemMonitorServiceImpl.setSystemService(SystemService systemService)
           
 void ModemMonitorServiceImpl.unsetSystemService(SystemService systemService)
           
 

Uses of SystemService in com.eurotech.framework.test
 

Methods in com.eurotech.framework.test with parameters of type SystemService
 void RemoteTargetTest.setSystemService(SystemService systemService)
           
 void RemoteTargetTest.unsetSystemService(SystemService systemService)
           
 



Copyright © 2013. All Rights Reserved.