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

The node receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted nodes.

MethodnewNodes
Description

The callback for notifications of new nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListnodeIdsthe Ids of the new Nodes
CompliancemandatoryThis method must be implemented.
MethodchangedNodes
Description

The callback for notification of updated nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListnodeIdsthe Ids of the updated Nodes
CompliancemandatoryThis method must be implemented.
MethoddeletedNodes
Description

The callback for notification of deleted nodes.

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