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

The callback for notification of updated broker enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerEnablerIds the Id of the updated BrokerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedBrokerEnablers
Description

The callback for notification of deleted broker enablers.

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