OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
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.IdnotificationIdthe notification Id
osid.id.IdListbrokerIdsthe Ids of the new Brokers
CompliancemandatoryThis method must be implemented.
MethodchangedBrokers
Description

The callback for notification of updated broker.

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

The callback for notification of deleted brokers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbrokerIdsthe Ids of the deleted Brokers
CompliancemandatoryThis method must be implemented.