Bundle Symbolic Name |
Description |
|---|---|
com.prosyst.mbs.osgi.connector.bundle |
The OSGi Connector Bundle provides an implementation of the OSGi IO Connector Service, specified in the OSGi Service Platform Specification Release 5.0. The OSGi Connector Service Bundle supplies a model through which bundles can communicate with external resources through different connection implementations. The OSGi communication API applies the advantages of the J2ME architecture to the OSGi Service Framework. It allows creating applications that occupy small amounts of resources. It is easy to use and provides many different connection implementations simultaneously. For more details refer to the System properties of the bundle. |
com.prosyst.mbs.osgi.connector.core |
The OSGi Connector Core Bundle provides additional support for the Connector Services Bundle that represents the OSGi Compendium IO Connector Service, specified in the OSGi Service Platform Specification Release 5. |
com.prosyst.mbs.osgi.connector.http |
The OSGi Connector HTTP Bundle wraps a connection factory implementing the http scheme. This scheme provides means for communication over HTTP. It can be used by bundles which need to establish connection with bundles running on the local or remote framework. For more details refer to the System properties of the bundle. |
com.prosyst.mbs.osgi.connector.udp |
The OSGi Connector UDP Bundle wraps a connection factory implementing the datagram scheme. This scheme provides UDP based connection that can serve as an underlying layer for various protocols. It can be used by bundles which need communication with the local or remote OSGi framework. |
com.prosyst.mbs.osgi.connector.socket |
The OSGi Connector Socket Bundle wraps a Connection Factory implementing the socket scheme. This scheme provides TCP/IP based connection that can be used by various protocols. It can be used by bundles which need communication with the local or remote OSGi framework. For more details refer to the System properties of the bundle. |