OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBrokerProcessorEnablers
Description

The callback for notifications of new broker processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerProcessorEnablerIds the Id of the new BrokerProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedBrokerProcessorEnablers
Description

The callback for notification of updated broker processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerProcessorEnablerIds the Id of the updated BrokerProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedBrokerProcessorEnablers
Description

The callback for notification of deleted broker processor enablers.

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