Uses of Interface
org.somda.sdc.glue.consumer.SdcRemoteDevice
Packages that use SdcRemoteDevice
Package
Description
Implementation of the SDC consumer.
Event messages distributed within the Glue consumer side.
Factories for classes of the Glue consumer package.
-
Uses of SdcRemoteDevice in org.somda.sdc.glue.consumer
Classes in org.somda.sdc.glue.consumer that implement SdcRemoteDeviceMethods in org.somda.sdc.glue.consumer that return types with arguments of type SdcRemoteDeviceModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SdcRemoteDevice>SdcRemoteDevicesConnector.connect(HostingServiceProxy hostingServiceProxy, ConnectConfiguration connectConfiguration) Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).com.google.common.util.concurrent.ListenableFuture<SdcRemoteDevice>SdcRemoteDevicesConnector.connect(HostingServiceProxy hostingServiceProxy, ConnectConfiguration connectConfiguration, MdibAccessObserver mdibAccessObserver) Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).com.google.common.util.concurrent.ListenableFuture<SdcRemoteDevice>SdcRemoteDevicesConnectorImpl.connect(HostingServiceProxy hostingServiceProxy, ConnectConfiguration connectConfiguration) com.google.common.util.concurrent.ListenableFuture<SdcRemoteDevice>SdcRemoteDevicesConnectorImpl.connect(HostingServiceProxy hostingServiceProxy, ConnectConfiguration connectConfiguration, MdibAccessObserver mdibAccessObserver) SdcRemoteDevicesConnector.getConnectedDevice(String eprAddress) Gets a connected device.SdcRemoteDevicesConnectorImpl.getConnectedDevice(String eprAddress) SdcRemoteDevicesConnector.getConnectedDevices()Gets a copy of all connected devices at a certain point in time.SdcRemoteDevicesConnectorImpl.getConnectedDevices() -
Uses of SdcRemoteDevice in org.somda.sdc.glue.consumer.event
Constructors in org.somda.sdc.glue.consumer.event with parameters of type SdcRemoteDevice -
Uses of SdcRemoteDevice in org.somda.sdc.glue.consumer.factory
Methods in org.somda.sdc.glue.consumer.factory that return SdcRemoteDeviceModifier and TypeMethodDescriptionSdcRemoteDeviceFactory.createSdcRemoteDevice(HostingServiceProxy hostingServiceProxy, RemoteMdibAccess remoteMdibAccess, ReportProcessor reportProcessor, ScoController scoController, SdcRemoteDeviceWatchdog watchdog, LocalizationServiceProxy localizationServiceProxy)