Package org.osgi.service.remoteserviceadmin


@Version("1.1.0") package org.osgi.service.remoteserviceadmin
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)"

  • Class
    Description
    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.
    An Endpoint Event.
    A white board service that represents a listener for endpoints.
    Deprecated.
    As of 1.1.
    A bundle's authority to export, import or read an Endpoint.
    An Export Reference associates a service with a local endpoint.
    An Export Registration associates a service to a local endpoint.
    An Import Reference associates an active proxy service to a remote endpoint.
    An Import Registration associates an active proxy service to a remote endpoint.
    Provide the definition of the constants used in the Remote Service Admin specification.
    A Remote Service Admin manages the import and export of services.
    Provides the event information for a Remote Service Admin event.
    A RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.