Uses of Interface
org.osgi.service.remoteserviceadmin.ExportRegistration
-
Packages that use ExportRegistration Package Description org.osgi.service.remoteserviceadmin Remote Service Admin Package Version 1.1. -
-
Uses of ExportRegistration in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return types with arguments of type ExportRegistration Modifier and Type Method Description java.util.Collection<ExportRegistration>
RemoteServiceAdmin. exportService(org.osgi.framework.ServiceReference<?> reference, java.util.Map<java.lang.String,?> properties)
Export a service to a given Endpoint.
-