Package | Description |
---|---|
org.eclipse.ecf.osgi.services.remoteserviceadmin | |
org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.1.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteServiceAdmin.ExportRegistration |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExportRegistration> |
RemoteServiceAdmin.exportService(org.osgi.framework.ServiceReference<?> serviceReference,
java.util.Map<java.lang.String,?> op) |
Constructor and Description |
---|
RemoteServiceAdmin(org.osgi.framework.Bundle clientBundle,
java.util.Collection<ExportRegistration> exportedRegistrations,
java.util.Collection<ImportRegistration> importedRegistrations) |
Modifier and Type | Method and 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.
|