OSGi™ Enterprise
Release 5

Package org.osgi.service.remoteserviceadmin

Remote Service Admin Package Version 1.0.

See:
          Description

Interface Summary
EndpointListener A white board service that represents a listener for endpoints.
ExportReference An Export Reference associates a service with a local endpoint.
ExportRegistration An Export Registration associates a service to a local endpoint.
ImportReference An Import Reference associates an active proxy service to a remote endpoint.
ImportRegistration An Import Registration associates an active proxy service to a remote endpoint.
RemoteServiceAdmin A Remote Service Admin manages the import and export of services.
RemoteServiceAdminListener A RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.
 

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.
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.0.

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.0,2.0)"

Example import for providers implementing the API in this package:

Import-Package: org.osgi.service.remoteserviceadmin; version="[1.0,1.1)"


OSGi™ Enterprise
Release 5

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0