Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Mpetzold.gmx.net (Talk | contribs) (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