OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SystemReceiver
Implementsosid.OsidReceiver
Description

The system receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted System objects.

MethodnewSystems
Description

The callback for notifications of new systems.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsystemIds the Ids of the new Systems
Compliancemandatory This method must be implemented.
MethodchangedSystems
Description

The callback for notification of updated system.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsystemIds the Ids of the updated Systems
Compliancemandatory This method must be implemented.
MethoddeletedSystems
Description

The callback for notification of deleted systems.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsystemIds the Ids of the deleted Systems
Compliancemandatory This method must be implemented.
MethodchangedChildOfSystems
Description

The callback for notifications of changes to children of system hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsystemIds the Ids of the Systems whose children have changed
Compliancemandatory This method must be implemented.