OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.PoolReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPools
Description

The callback for notifications of new pools.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolIds the Ids of the new Pools
Compliancemandatory This method must be implemented.
MethodchangedPools
Description

The callback for notification of updated pools.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolIds the Ids of the updated Pools
Compliancemandatory This method must be implemented.
MethoddeletedPools
Description

The callback for notification of deleted pools.

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