public interface BackendControlUnitProxyFactory
ControlUnitProxy instance for management of system control units.
System control units are backend-system manageable resources represented as control units and registered on the backend host osgi frameworks.| Modifier and Type | Method and Description |
|---|---|
ControlUnitProxy |
createBackendControlUnitProxy(RemoteControlUnitAdminApplication cuApplication)
Creates a
ControlUnitProxy instance for management of system control units. |
ControlUnitProxy createBackendControlUnitProxy(RemoteControlUnitAdminApplication cuApplication) throws ManagementException
ControlUnitProxy instance for management of system control units.
The method requires a user-implemented callback instance of RemoteControlUnitAdminApplication
for asynchronous applying the results of method calls to the proxy.cuApplication - user-defined callback application.ControlUnitProxy instance.ManagementException - if system error occurs.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.