<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>INameDb on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/logging/inamedb/</link>
    <description>Recent content in INameDb on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 14 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/logging/inamedb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>IGeneralIdDatabase</title>
      <link>https://sillysky.net/docs/nyssr/logging/inamedb/igeneraliddatabase/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/logging/inamedb/igeneraliddatabase/</guid>
      <description>This service provides a descriptive name for general IDs.&#xA;Get the service The service is provided by the name database using a getter method.&#xA;final IGeneralIdDatabase db = nameDb.getGeneralIdDatabase(); Store an ID void putName(@NotNull IId aId, @NotNull String aName); Remove an ID void removeName(@NotNull IId aId); Get a name If the ID does not exist in the map, the ID itself will be returned as String.&#xA;@NotNull String getName(@NotNull IId aId); If the ID does not exist in the map, null is returned.</description>
    </item>
    <item>
      <title>IRecordIdDatabase</title>
      <link>https://sillysky.net/docs/nyssr/logging/inamedb/irecordiddatabase/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/logging/inamedb/irecordiddatabase/</guid>
      <description>This service provides a descriptive name for record IDs.&#xA;Get the service The service is provided by the name database using a getter method.&#xA;final IRecordIdDatabase db = nameDb.getRecordIdDatabase(); Store an ID void putName(@NotNull IId aId, @NotNull String aName); Remove an ID void removeName(@NotNull IId aId); Get a name If the ID does not exist in the map, the ID itself will be returned as String.&#xA;@NotNull String getName(@NotNull IId aId); If the ID does not exist in the map, null is returned.</description>
    </item>
    <item>
      <title>IResultCodeDatabase</title>
      <link>https://sillysky.net/docs/nyssr/logging/inamedb/iresultcodedatabase/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/logging/inamedb/iresultcodedatabase/</guid>
      <description>This service provides a descriptive name for result codes.&#xA;Get the service The service is provided by the name database using a getter method.&#xA;final IResultCodeDatabase db = nameDb.getResultCodeDatabase(); Store a result code void putName(int aResultCode, @NotNull String aName); Remove a result code void removeName(int aResultCode); Get a name If the code does not exist in the map, the code itself will be returned as String.&#xA;@NotNull String getName(int aResultCode); If the code does not exist in the map, null is returned.</description>
    </item>
    <item>
      <title>ITargetAddressDatabase</title>
      <link>https://sillysky.net/docs/nyssr/logging/inamedb/itargetaddressdatabase/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/logging/inamedb/itargetaddressdatabase/</guid>
      <description>This service provides a descriptive name for target addresses.&#xA;Get the service The service is provided by the name database using a getter method.&#xA;final ITargetAddressDatabase db = nameDb.getTargetAddressDatabase(); Store a target address void putName(@NotNull CTargetAddress aAddress, @NotNull String aName); Remove a target address void removeName(@NotNull CTargetAddress aAddress); Get a name If the target address does not exist in the map, the address itself will be returned as String.&#xA;@NotNull String getName(@NotNull CTargetAddress aTargetAddress); If the target address does not exist in the map, null is returned.</description>
    </item>
  </channel>
</rss>
