| Package | Description |
|---|---|
| io.fabric8.dosgi.impl | |
| io.fabric8.dosgi.util |
| Modifier and Type | Method and Description |
|---|---|
EndpointDescription |
ExportRegistration.getExportedEndpoint() |
EndpointDescription |
ImportRegistration.getImportedEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected ImportRegistration |
Manager.doImportService(EndpointDescription endpoint,
org.osgi.framework.hooks.service.ListenerHook.ListenerInfo listener) |
boolean |
EndpointDescription.isSameService(EndpointDescription other)
Answers if this Endpoint Description refers to the same service instance
as the given Endpoint Description.
|
| Constructor and Description |
|---|
ExportRegistration(org.osgi.framework.ServiceReference exportedService,
EndpointDescription exportedEndpoint,
java.lang.String zooKeeperNode) |
ImportRegistration(org.osgi.framework.ServiceRegistration importedService,
EndpointDescription importedEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription |
Utils.getEndpointDescription(java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<EndpointDescription> |
Utils.getEndpointDescriptions(java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Utils.getEndpointDescriptionXML(EndpointDescription endpoint) |
Copyright © 2014 Red Hat. All Rights Reserved.