|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
EndpointEventListener | A white board service that represents a listener for endpoints. |
EndpointListener | Deprecated. As of 1.1. |
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. |
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. |
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)"
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |