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.ImportRegistration |
Modifier and Type | Method and Description |
---|---|
ImportRegistration |
RemoteServiceAdmin.importService(EndpointDescription endpointDescription) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTopologyManager.handleInvalidImportRegistration(ImportRegistration importRegistration,
java.lang.Throwable t) |
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 |
---|---|
ImportRegistration |
RemoteServiceAdmin.importService(EndpointDescription endpoint)
Import a service from an Endpoint.
|