OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListbrokerConstrainerIds the Id of the new BrokerConstrainers
Compliancemandatory This method must be implemented.
MethodchangedBrokerConstrainers
Description

The callback for notification of updated broker constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerConstrainerIds the Id of the updated BrokerConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedBrokerConstrainers
Description

The callback for notification of deleted broker constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerConstrainerIds the Id of the deleted BrokerConstrainers
Compliancemandatory This method must be implemented.