- ENDPOINT_FRAMEWORK_UUID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the universally unique id of the exporting
framework.
- ENDPOINT_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the id for this endpoint.
- ENDPOINT_LISTENER_SCOPE - Static variable in interface org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Specifies the interest of this listener with filters.
- ENDPOINT_LISTENER_SCOPE - Static variable in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Specifies the interest of this listener with filters.
- ENDPOINT_PACKAGE_VERSION_ - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Prefix for an endpoint property identifying the interface Java package
version for an interface.
- ENDPOINT_SERVICE_ID - Static variable in class org.osgi.service.remoteserviceadmin.RemoteConstants
-
Endpoint property identifying the service id of the exported service.
- endpointAdded(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Register an endpoint with this listener.
- endpointChanged(EndpointEvent, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointEventListener
-
Notification that an endpoint has changed.
- EndpointDescription - Class in org.osgi.service.remoteserviceadmin
-
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.
- EndpointDescription(Map<String, ?>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description from a Map.
- EndpointDescription(ServiceReference<?>, Map<String, ?>) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Create an Endpoint Description based on a Service Reference and a Map of
properties.
- EndpointEvent - Class in org.osgi.service.remoteserviceadmin
-
An Endpoint Event.
- EndpointEvent(int, EndpointDescription) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointEvent
-
Constructs a EndpointEvent object from the given arguments.
- EndpointEventListener - Interface in org.osgi.service.remoteserviceadmin
-
A white board service that represents a listener for endpoints.
- EndpointListener - Interface in org.osgi.service.remoteserviceadmin
-
Deprecated.
As of 1.1. Replaced by EndpointEventListener.
- EndpointPermission - Class in org.osgi.service.remoteserviceadmin
-
A bundle's authority to export, import or read an Endpoint.
- EndpointPermission(String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Create a new EndpointPermission with the specified filter.
- EndpointPermission(EndpointDescription, String, String) - Constructor for class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Creates a new requested EndpointPermission object to be used by
code that must perform checkPermission.
- endpointRemoved(EndpointDescription, String) - Method in interface org.osgi.service.remoteserviceadmin.EndpointListener
-
Deprecated.
Remove the registration of an endpoint.
- equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Compares this EndpointDescription object to another object.
- equals(Object) - Method in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
Determines the equality of two EndpointPermission objects.
- EXPORT - Static variable in class org.osgi.service.remoteserviceadmin.EndpointPermission
-
The action string export.
- EXPORT_ERROR - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A fatal exporting error occurred.
- EXPORT_REGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Add an export registration.
- EXPORT_UNREGISTRATION - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Remove an export registration.
- EXPORT_UPDATE - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
Update an export registration.
- EXPORT_WARNING - Static variable in class org.osgi.service.remoteserviceadmin.RemoteServiceAdminEvent
-
A problematic situation occurred, the export is still active.
- ExportReference - Interface in org.osgi.service.remoteserviceadmin
-
An Export Reference associates a service with a local endpoint.
- ExportRegistration - Interface in org.osgi.service.remoteserviceadmin
-
An Export Registration associates a service to a local endpoint.
- exportService(ServiceReference<?>, Map<String, ?>) - Method in interface org.osgi.service.remoteserviceadmin.RemoteServiceAdmin
-
Export a service to a given Endpoint.