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

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

MethodnewBrokerConstrainerEnablers
Description

The callback for notifications of new broker constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerEnablerIdsthe Id of the new BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerConstrainerEnablers
Description

The callback for notification of updated broker constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerEnablerIdsthe Id of the updated BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerConstrainerEnablers
Description

The callback for notification of deleted broker constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerConstrainerEnablerIdsthe Id of the deleted BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.