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

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

MethodnewBrokerProcessors
Description

The callback for notifications of new broker processors.

Parametersosid.id.IdListbrokerProcessorIdsthe Ids of the new BrokerProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerProcessors
Description

The callback for notification of updated broker processors.

Parametersosid.id.IdListbrokerProcessorIdsthe Ids of the updated BrokerProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerProcessors
Description

The callback for notification of deleted broker processors.

Parametersosid.id.IdListbrokerProcessorIdsthe Ids of the deleted BrokerProcessors
CompliancemandatoryThis method must be implemented.