Skip navigation links

Package org.mbs.services.cup.radmin

Defines API implemented over the Control Unit Protocol and representing the local framework's model for control units administration.

See: Description

Package org.mbs.services.cup.radmin Description

Defines API implemented over the Control Unit Protocol and representing the local framework's model for control units administration. This API could be used by applications that need transparency when managing control units remotely or in local framework. The main interface RemoteCUAdmin is provided in mPRM for management of three conceptually different control unit targets:
  • system control units
    These are control units exported on the backend frameworks and providing backend-system resources as manageable control unit representations. Refer to the bottom of the page to see how to obtain instance of the start point service RemoteCUAdmin.
  • control units on managed devices
    This conception is exported by the Generic Device Management package, which provides the ability for creating instance of the RemoteCUAdmin for management of component control units provided on any particular device managed in mPRM.
  • control units on remote osgi framework via com.prosyst.mprm.net.message.Connection
    The service factory is org.mbs.services.cup.radmin.factory.RemoteCUAdminFactory (currently not provided in mPRM). Can be used by standalone applications to manage control units on any remote osgi framework with enabled messaging.
  • Instance of the RemoteCUAdmin for management of system control units could be accessed in two ways:

    Skip navigation links

    Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.