Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • getSendingLink(String remoteContainerId, String linkName) -> Link
    Always returns a non-null link. The session is responsible for checking that the link has valid Source and Targets.
    Needs to be thread-safe 
  • getReceivingLink(String remoteContainerId, String linkName) -> Link
    See  #getSendingLink()

Non-Public API

The LinkRegistry should make the following functionality available to the Link

  • removeSendingLink(String remoteContainerId, String linkName)
  • removeReceivingLink(String remoteContainerId, String linkName)
  • updateLinkTermini(Link link, Source source, Target target)

...