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

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

MethodnewBrokerEnablers
Description

The callback for notifications of new broker enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerEnablerIdsthe Id of the new BrokerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerEnablers
Description

The callback for notification of updated broker enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerEnablerIdsthe Id of the updated BrokerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerEnablers
Description

The callback for notification of deleted broker enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerEnablerIdsthe Id of the deleted BrokerEnablers
CompliancemandatoryThis method must be implemented.