Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EIG:Topology Management

Revision as of 06:20, 13 February 2011 by Unnamed Poltroon (Talk) (New page: [...] RSA Implementation <source lang="java"> public interface IHostContainerSelector { IRemoteServiceContainer[] selectHostContainers(ServiceReference serviceReference, String[] expo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[...] RSA Implementation

public interface IHostContainerSelector {
    IRemoteServiceContainer[] selectHostContainers(ServiceReference serviceReference, String[] exportedInterfaces, String[] exportedConfigs, String[] serviceIntents);
}
public interface IConsumerContainerSelector {
    public IRemoteServiceContainer selectConsumerContainer(EndpointDescription endpointDescription);
}

Back to the top