public class FullServicesContainerImpl extends java.lang.Object implements FullServicesContainer
| Constructor and Description |
|---|
FullServicesContainerImpl(StorageService storageService,
MonitorService monitorService,
TelemetryFactory telemetryFactory) |
FullServicesContainerImpl(StorageService storageService,
MonitorService monitorService,
TelemetryFactory telemetryFactory,
ConnectionPluginManager connectionPluginManager,
HostListProviderService hostListProviderService,
PluginService pluginService,
PluginManagerService pluginManagerService) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPluginManager |
getConnectionPluginManager() |
HostListProviderService |
getHostListProviderService() |
MonitorService |
getMonitorService() |
PluginManagerService |
getPluginManagerService() |
PluginService |
getPluginService() |
StorageService |
getStorageService() |
TelemetryFactory |
getTelemetryFactory() |
void |
setConnectionPluginManager(ConnectionPluginManager connectionPluginManager) |
void |
setHostListProviderService(HostListProviderService hostListProviderService) |
void |
setMonitorService(MonitorService monitorService) |
void |
setPluginManagerService(PluginManagerService pluginManagerService) |
void |
setPluginService(PluginService pluginService) |
void |
setStorageService(StorageService storageService) |
void |
setTelemetryFactory(TelemetryFactory telemetryFactory) |
public FullServicesContainerImpl(StorageService storageService, MonitorService monitorService, TelemetryFactory telemetryFactory, ConnectionPluginManager connectionPluginManager, HostListProviderService hostListProviderService, PluginService pluginService, PluginManagerService pluginManagerService)
public FullServicesContainerImpl(StorageService storageService, MonitorService monitorService, TelemetryFactory telemetryFactory)
public StorageService getStorageService()
getStorageService in interface FullServicesContainerpublic MonitorService getMonitorService()
getMonitorService in interface FullServicesContainerpublic TelemetryFactory getTelemetryFactory()
getTelemetryFactory in interface FullServicesContainerpublic ConnectionPluginManager getConnectionPluginManager()
getConnectionPluginManager in interface FullServicesContainerpublic HostListProviderService getHostListProviderService()
getHostListProviderService in interface FullServicesContainerpublic PluginService getPluginService()
getPluginService in interface FullServicesContainerpublic PluginManagerService getPluginManagerService()
getPluginManagerService in interface FullServicesContainerpublic void setMonitorService(MonitorService monitorService)
setMonitorService in interface FullServicesContainerpublic void setStorageService(StorageService storageService)
setStorageService in interface FullServicesContainerpublic void setTelemetryFactory(TelemetryFactory telemetryFactory)
setTelemetryFactory in interface FullServicesContainerpublic void setConnectionPluginManager(ConnectionPluginManager connectionPluginManager)
setConnectionPluginManager in interface FullServicesContainerpublic void setHostListProviderService(HostListProviderService hostListProviderService)
setHostListProviderService in interface FullServicesContainerpublic void setPluginService(PluginService pluginService)
setPluginService in interface FullServicesContainerpublic void setPluginManagerService(PluginManagerService pluginManagerService)
setPluginManagerService in interface FullServicesContainer