class %Service.GenericAdvertisement
extends %RegisteredObject, %Service.Advertisement
A generic concrete implementation of %Service.Advertisement
property Name
as %String;
property Properties
as array of %String;
method GetName()
as %String
Returns the name of the service being advertised
method NextKey(key As %String = "")
as %String
Given "", returns the first key present in.
Given a key, returns the next key present. Returns ""
if there are no further keys.
method ValueOf(key As %String, default As %String = "")
as %String
Given a key, returns the value present, or default if not found.