Previous Topic

Next Topic

Book Contents

Book Index

Bundles List

The table bellow contains all bundles part of the Peripheral module.

Bundle Symbolic Name

Description

com.prosyst.mbs.peripheral.api

The Peripheral API bundle provides an API to controlling peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.core

The Peripheral Core bundle provides the core implementation of the Peripheral Java API.

com.prosyst.mbs.peripheral.commands

The Peripheral Commands bundle provides text commands for managing the scheduling and monitoring of the active driver operations.

com.prosyst.mbs.peripheral.configtree – deprecated

The Peripheral ConfigTree bundle is a mediator between the Peripheral Module and the ConfigTree Module. It obtains the configurations used by the Peripheral Module and imports them in the ConfigTree.

com.prosyst.mbs.peripheral.descriptors

The Peripheral Descriptors bundle provides the source data used to load the PeripheralDescriptor objects managed by the PeripheralAdmin.

com.prosyst.mbs.peripheral.installer.appagent

The Peripheral AppAgent Driver Info and Installer bundle installs the necessary driver components for a plugged peripheral device. To obtain these driver components it uses the appagent provided by the Remote Manager.

com.prosyst.mbs.peripheral.installer.noagent

The Peripheral Mock-up Driver Info bundle is mainly used for developing and testing purposes. It does not install any driver components but assumes all are installed and running.

com.prosyst.mbs.peripheral.installer.local

The Peripheral Local Driver Info and Installer bundle installs the necessary driver components for a plugged peripheral device. It obtains these driver components from a local folder.

com.prosyst.mbs.peripheral.jsonrpc

The Peripheral Remote Handler bundle provides JSON RPC remote method handler for controlling peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.loader

The Peripheral Descriptors Loader bundle provides descriptions for the basic peripheral devices expected to be attached to the OSGi framework.

com.prosyst.mbs.peripheral.observer.mdns

The Peripheral mDNS Observer bundle provides a DeviceObserver for detection of USB peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.observer.onvif

The Peripheral Observer ONVIF bundle provides a DeviceObserver for detection of ONVIF peripheral devices attached to the OSGi framework.

The required execution environment for this bundle is JavaSE/compact2-1.8, and for the rest of the peripheral bundles it is JavaSE/compact1-1.8.

com.prosyst.mbs.peripheral.observer.upnp

The Peripheral UPnP Observer bundle provides a DeviceObserver for detection of UPnP peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.observer.usb

The Peripheral USB Observer bundle provides a DeviceObserver for detection of mDNS peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.specificinfo

The Peripheral Specific Info bundle provides the specific info about peripheral devices attached to the OSGi framework.

com.prosyst.mbs.peripheral.webconsole

The Peripheral Web Console Plugin bundle provides a user friendly web interface for controlling peripheral devices attached to the OSGi framework.

com.prosyst.mbs.services.peripheral.os

The Peripheral OS Support bundle is used by the device observer to detect USB peripheral devices attached to the OSGi framework running on a Windows, Mac OS X or a Linux based Operating System.

See also