Uses of Class
org.somda.sdc.glue.consumer.sco.ScoController
-
Packages that use ScoController Package Description org.somda.sdc.glue.consumer.factory Factories for classes of the Glue consumer package.org.somda.sdc.glue.consumer.sco.factory Factories for the SCO consumer side. -
-
Uses of ScoController in org.somda.sdc.glue.consumer.factory
Methods in org.somda.sdc.glue.consumer.factory with parameters of type ScoController Modifier and Type Method Description SdcRemoteDeviceSdcRemoteDeviceFactory. createSdcRemoteDevice(HostingServiceProxy hostingServiceProxy, RemoteMdibAccess remoteMdibAccess, ReportProcessor reportProcessor, ScoController scoController, SdcRemoteDeviceWatchdog watchdog) -
Uses of ScoController in org.somda.sdc.glue.consumer.sco.factory
Methods in org.somda.sdc.glue.consumer.sco.factory that return ScoController Modifier and Type Method Description ScoControllerScoControllerFactory. createScoController(HostingServiceProxy hostingServiceProxy, HostedServiceProxy setServiceProxy, HostedServiceProxy contextServiceProxy)
-