Class Summary |
EndpointDescription |
A description of an endpoint that provides sufficient information for a
compatible distribution provider to create a connection to this endpoint
An Endpoint Description is easy to transfer between different systems because
it is property based where the property keys are strings and the values are
simple types. |
EndpointEvent |
An Endpoint Event. |
EndpointPermission |
A bundle's authority to export, import or read an Endpoint. |
RemoteConstants |
Provide the definition of the constants used in the Remote Service Admin
specification. |
RemoteServiceAdminEvent |
Provides the event information for a Remote Service Admin event. |
Package org.osgi.service.remoteserviceadmin Description
Remote Service Admin Package Version 1.1.
Bundles wishing to use this package must list the package in the
Import-Package header of the bundle's manifest. This package has two types of
users: the consumers that use the API in this package and the providers that
implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.remoteserviceadmin; version="[1.1,2.0)"
Example import for providers implementing the API in this package:
Import-Package: org.osgi.service.remoteserviceadmin; version="[1.1,1.2)"
- Version:
- 1.1
|