Resolve Contexts:
A resolver may call the methods on the resolve context any number of times during a resolve operation using any thread. Implementors should ensure that this class is properly thread safe.
Except for {@link #insertHostedCapability(List,HostedCapability)}, the resolve context methods must be idempotent. This means that resources must have constant capabilities and requirements and the resolve context must return a consistent set of capabilities, wires and effective requirements. @ThreadSafe @author $Id: 31e6bd75deae054742a168e7d5b76915b07cbb54 $
|
|
|
|