Uses of Class
org.osgi.service.remoteserviceadmin.EndpointDescription
Packages that use EndpointDescription
-
Uses of EndpointDescription in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return EndpointDescriptionModifier 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 thisExportRegistrationand return an updatedEndpointDescription.Methods in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescriptionModifier and TypeMethodDescriptionvoidEndpointListener.endpointAdded(EndpointDescription endpoint, String matchedFilter) Deprecated.Register an endpoint with this listener.voidEndpointListener.endpointRemoved(EndpointDescription endpoint, String matchedFilter) Deprecated.Remove the registration of an endpoint.RemoteServiceAdmin.importService(EndpointDescription endpoint) Import a service from an Endpoint.booleanEndpointDescription.isSameService(EndpointDescription other) Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description.booleanImportRegistration.update(EndpointDescription endpoint) Update the local service represented by thisImportRegistration.Constructors in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescriptionModifierConstructorDescriptionEndpointEvent(int type, EndpointDescription endpoint) Constructs aEndpointEventobject from the given arguments.EndpointPermission(EndpointDescription endpoint, String localFrameworkUUID, String actions) Creates a new requestedEndpointPermissionobject to be used by code that must performcheckPermission.