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
Fields in org.osgi.service.remoteserviceadmin declared as EndpointDescription Modifier and Type Field Description private EndpointDescriptionEndpointEvent. endpointReference to the associated endpoint description.(package private) EndpointDescriptionEndpointPermission. endpointThe endpoint used by this EndpointPermission.Methods in org.osgi.service.remoteserviceadmin that return EndpointDescription Modifier and Type Method Description EndpointDescriptionEndpointEvent. getEndpoint()Return the endpoint associated with this event.EndpointDescriptionExportReference. getExportedEndpoint()Return the Endpoint Description for the local endpoint.EndpointDescriptionImportReference. getImportedEndpoint()Return the Endpoint Description for the remote endpoint.EndpointDescriptionExportRegistration. update(java.util.Map<java.lang.String,?> properties)Update the endpoint represented by thisExportRegistrationand return an updatedEndpointDescription.Methods in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescription Modifier and Type Method Description private static java.lang.StringEndpointPermission. createName(EndpointDescription endpoint)Create a permission name from a EndpointDescription.voidEndpointListener. endpointAdded(EndpointDescription endpoint, java.lang.String matchedFilter)Deprecated.Register an endpoint with this listener.voidEndpointListener. endpointRemoved(EndpointDescription endpoint, java.lang.String matchedFilter)Deprecated.Remove the registration of an endpoint.ImportRegistrationRemoteServiceAdmin. 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 EndpointDescription Constructor Description EndpointEvent(int type, EndpointDescription endpoint)Constructs aEndpointEventobject from the given arguments.EndpointPermission(EndpointDescription endpoint, java.lang.String localFrameworkUUID, java.lang.String actions)Creates a new requestedEndpointPermissionobject to be used by code that must performcheckPermission.
-