IS-Notification

From Gcube Wiki
Revision as of 23:20, 7 January 2009 by Manuele.simi (Talk | contribs) (New page: === Design === === Interface === * '''registerISNotification()''' – which takes as input parameter a message containing the ''topic producer'' (actually its EPR), a ''list of topics''...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Design

Interface

  • registerISNotification() – which takes as input parameter a message containing the topic producer (actually its EPR), a list of topics, an operational scope and a security manager and registers such topics in the IS-Notifier;
  • registerToISResource() – which takes as input parameter a message containing the topic producer (actually its EPR), a list of topics, an operational scope and a security manager and registers such topics in the IS-Notifier;
  • unregisterFromISNotification() – which takes as input parameter a message containing the topic producer (actually its EPR), a list of topics, an operational scope and a security manager and un-registers such topics from the IS-Notifier;
  • unregisterISNotification() – which takes as input parameter a message containing the topic producer (actually its EPR), a list of topics, an operational scope and a security manager and un-registers such topics from the IS-Notifier;

Implementation