OSID Logo
OSID Specifications
provisioning package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListbrokerIds the Ids of the new Brokers
Compliancemandatory This method must be implemented.
MethodchangedBrokers
Description

The callback for notification of updated broker.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerIds the Ids of the updated Brokers
Compliancemandatory This method must be implemented.
MethoddeletedBrokers
Description

The callback for notification of deleted brokers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbrokerIds the Ids of the deleted Brokers
Compliancemandatory This method must be implemented.