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

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

MethodnewBrokerConstrainers
Description

The callback for notifications of new broker constrainers.

Parametersosid.id.IdListbrokerConstrainerIdsthe Ids of the new BrokerConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerConstrainers
Description

The callback for notification of updated broker constrainers.

Parametersosid.id.IdListbrokerConstrainerIdsthe Ids of the updated BrokerConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerConstrainers
Description

The callback for notification of deleted broker constrainers.

Parametersosid.id.IdListbrokerConstrainerIdsthe Ids of the deleted BrokerConstrainers
CompliancemandatoryThis method must be implemented.