OSID Logo
OSID Specifications
topology rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListedgeEnablerIds the Ids of the new EdgeEnablers
Compliancemandatory This method must be implemented.
MethodchangedEdgeEnablers
Description

The callback for notification of updated edge enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListedgeEnablerIds the Ids of the updated EdgeEnablers
Compliancemandatory This method must be implemented.
MethoddeletedEdgeEnablers
Description

The callback for notification of deleted edge enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListedgeEnablerIds the Ids of the deleted EdgeEnablers
Compliancemandatory This method must be implemented.