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

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

MethodnewBrokers
Description

The callback for notifications of new brokers.

Parametersosid.id.IdListbrokerIdsthe Ids of the new Brokers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokers
Description

The callback for notification of updated broker.

Parametersosid.id.IdListbrokerIdsthe Ids of the updated Brokers
CompliancemandatoryThis method must be implemented.
MethoddeletedBrokers
Description

The callback for notification of deleted brokers.

Parametersosid.id.IdListbrokerIdsthe Ids of the deleted Brokers
CompliancemandatoryThis method must be implemented.