OSID Logo
OSID Specifications
topology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.rules.EdgeEnablerReceiver
Implementsosid.OsidReceiver
Description

The edge enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted edge enablers.

MethodnewEdgeEnablers
Description

The callback for notifications of new edge enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeEnablerIdsthe Ids of the new EdgeEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedEdgeEnablers
Description

The callback for notification of updated edge enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeEnablerIdsthe Ids of the updated EdgeEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedEdgeEnablers
Description

The callback for notification of deleted edge enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeEnablerIdsthe Ids of the deleted EdgeEnablers
CompliancemandatoryThis method must be implemented.