Uses of Class
org.osgi.service.remoteserviceadmin.EndpointDescription
-
Uses of EndpointDescription in org.osgi.service.remoteserviceadmin
Modifier and TypeMethodDescriptionEndpointEvent.getEndpoint()
Return the endpoint associated with this event.ExportReference.getExportedEndpoint()
Return the Endpoint Description for the local endpoint.ImportReference.getImportedEndpoint()
Return the Endpoint Description for the remote endpoint.Update the endpoint represented by thisExportRegistration
and return an updatedEndpointDescription
.Modifier and TypeMethodDescriptionvoid
EndpointListener.endpointAdded
(EndpointDescription endpoint, String matchedFilter) Deprecated.Register an endpoint with this listener.void
EndpointListener.endpointRemoved
(EndpointDescription endpoint, String matchedFilter) Deprecated.Remove the registration of an endpoint.RemoteServiceAdmin.importService
(EndpointDescription endpoint) Import a service from an Endpoint.boolean
EndpointDescription.isSameService
(EndpointDescription other) Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description.boolean
ImportRegistration.update
(EndpointDescription endpoint) Update the local service represented by thisImportRegistration
.ModifierConstructorDescriptionEndpointEvent
(int type, EndpointDescription endpoint) Constructs aEndpointEvent
object from the given arguments.EndpointPermission
(EndpointDescription endpoint, String localFrameworkUUID, String actions) Creates a new requestedEndpointPermission
object to be used by code that must performcheckPermission
.