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

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

MethodnewBrokerProcessorEnablers
Description

The callback for notifications of new broker processor enablers.

Parametersosid.id.IdListbrokerProcessorEnablerIdsthe Ids of the new BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokerProcessorEnablers
Description

The callback for notification of updated broker processor enablers.

Parametersosid.id.IdListbrokerProcessorEnablerIdsthe Ids of the updated BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokerProcessorEnablers
Description

The callback for notification of deleted broker processor enablers.

Parametersosid.id.IdListbrokerProcessorEnablerIdsthe Ids of the deleted BrokerProcessorEnablers
CompliancemandatoryThis method must be implemented.