OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorEnablerIdsthe Id of the new BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerProcessorEnablers
Description

The callback for notification of updated broker processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorEnablerIdsthe Id of the updated BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerProcessorEnablers
Description

The callback for notification of deleted broker processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorEnablerIdsthe Id of the deleted BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.