Package | Description |
---|---|
org.eclipse.ecf.osgi.services.remoteserviceadmin |
Modifier and Type | Method and Description |
---|---|
EndpointDescription[] |
EndpointDescriptionLocator.getDiscoveredEndpoints() |
EndpointDescription[] |
IEndpointDescriptionLocator.getDiscoveredEndpoints()
Get endpoints discovered by this endpoint locator
|
EndpointDescription |
RemoteServiceAdmin.RemoteServiceAdminEvent.getEndpointDescription() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointDescriptionLocator.discoverEndpoint(EndpointDescription endpointDescription) |
void |
IEndpointDescriptionLocator.discoverEndpoint(EndpointDescription endpointDescription)
Discover the given endpointDescription.
|
IServiceID |
EndpointDescriptionLocator.getNetworkDiscoveredServiceID(EndpointDescription endpointDescription) |
IServiceID |
IEndpointDescriptionLocator.getNetworkDiscoveredServiceID(EndpointDescription endpointDescription)
Get the service ID associated with the given endpoint description.
|
protected void |
AbstractTopologyManager.handleECFEndpointAdded(EndpointDescription endpointDescription) |
protected void |
AbstractTopologyManager.handleECFEndpointModified(EndpointDescription endpoint) |
IRemoteServiceContainer |
ConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription) |
IRemoteServiceContainer |
IConsumerContainerSelector.selectConsumerContainer(EndpointDescription endpointDescription)
Select (or create and initialize) a consumer remote service container.
|
void |
EndpointDescriptionLocator.undiscoverEndpoint(EndpointDescription endpointDescription) |
void |
IEndpointDescriptionLocator.undiscoverEndpoint(EndpointDescription endpointDescription)
Remove the given endpointDescription.
|
void |
EndpointDescriptionLocator.updateEndpoint(EndpointDescription endpointDescription) |
void |
IEndpointDescriptionLocator.updateEndpoint(EndpointDescription endpointDescription)
Update the given endpointDescription.
|
protected void |
DebugRemoteServiceAdminListener.writeEndpoint(EndpointDescription endpointDescription) |
Constructor and Description |
---|
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ExportReference exportReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ImportReference importReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |