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

The callback for notification of updated broker processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerProcessorIds the Id of the updated BrokerProcessors
Compliancemandatory This method must be implemented.
MethoddeletedBrokerProcessors
Description

The callback for notification of deleted broker processors.

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