OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
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.IdListpoolIdsthe Ids of the new Pools
CompliancemandatoryThis method must be implemented.
MethodchangedPools
Description

The callback for notification of updated pools.

Parametersosid.id.IdListpoolIdsthe Ids of the updated Pools
CompliancemandatoryThis method must be implemented.
MethoddeletedPools
Description

The callback for notification of deleted pools.

Parametersosid.id.IdListpoolIdsthe Ids of the deleted Pools
CompliancemandatoryThis method must be implemented.