OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.BrokerConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBrokerConstrainers
Description

The callback for notifications of new broker constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerIdsthe Id of the new BrokerConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerConstrainers
Description

The callback for notification of updated broker constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerIdsthe Id of the updated BrokerConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerConstrainers
Description

The callback for notification of deleted broker constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerIdsthe Id of the deleted BrokerConstrainers
CompliancemandatoryThis method must be implemented.