Uses of Class
org.osgi.service.remoteserviceadmin.EndpointDescription
-
Packages that use EndpointDescription Package Description org.osgi.service.remoteserviceadmin Remote Service Admin Package Version 1.1. -
-
Uses of EndpointDescription in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return EndpointDescription Modifier and Type Method Description EndpointDescription
EndpointEvent. getEndpoint()
Return the endpoint associated with this event.EndpointDescription
ExportReference. getExportedEndpoint()
Return the Endpoint Description for the local endpoint.EndpointDescription
ImportReference. getImportedEndpoint()
Return the Endpoint Description for the remote endpoint.EndpointDescription
ExportRegistration. update(java.util.Map<java.lang.String,?> properties)
Update the endpoint represented by thisExportRegistration
and return an updatedEndpointDescription
.Methods in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescription Modifier and Type Method Description void
EndpointListener. endpointAdded(EndpointDescription endpoint, java.lang.String matchedFilter)
Deprecated.Register an endpoint with this listener.void
EndpointListener. endpointRemoved(EndpointDescription endpoint, java.lang.String matchedFilter)
Deprecated.Remove the registration of an endpoint.ImportRegistration
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
.Constructors in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescription Constructor Description EndpointEvent(int type, EndpointDescription endpoint)
Constructs aEndpointEvent
object from the given arguments.EndpointPermission(EndpointDescription endpoint, java.lang.String localFrameworkUUID, java.lang.String actions)
Creates a new requestedEndpointPermission
object to be used by code that must performcheckPermission
.
-