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

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

MethodnewBrokerConstrainerEnablers
Description

The callback for notifications of new broker constrainer enablers.

Parametersosid.id.IdListbrokerConstrainerEnablerIdsthe Ids of the new BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerConstrainerEnablers
Description

The callback for notification of updated broker constrainer enablers.

Parametersosid.id.IdListbrokerConstrainerEnablerIdsthe Ids of the updated BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerConstrainerEnablers
Description

The callback for notification of deleted broker constrainer enablers.

Parametersosid.id.IdListbrokerConstrainerEnablerIdsthe Ids of the deleted BrokerConstrainerEnablers
CompliancemandatoryThis method must be implemented.