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

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

MethodnewBrokerProcessors
Description

The callback for notifications of new broker processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorIdsthe Id of the new BrokerProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerProcessors
Description

The callback for notification of updated broker processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorIdsthe Id of the updated BrokerProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerProcessors
Description

The callback for notification of deleted broker processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerProcessorIdsthe Id of the deleted BrokerProcessors
CompliancemandatoryThis method must be implemented.