Alarm Journal settings

Any chance of an update on this?

I guess I am really after an answer to the following question:

o How can I store a reference to an alarm journal without having a staled configuration if the user decide to change the alarm journal name? Obviously this could apply to anything that has only the name exposed in the API.

For example the DatasourceManager allow to retrieve a a Connection based on id as well as the name, and the DatasourceRecord is available in the SDK (Altough in that case, I would prefer to retrieve the id from the Datasource interface, rather than from the DatasourceRecord). Why is this not available on the AlarmManager? I would think a method getAlarmJournalProfiles, returning an interface similar to the Datasource interface would be usefull.

Cheers

Nicolas